Skip to content

Commit a3f635e

Browse files
fix type name
1 parent c10fc2e commit a3f635e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/FEATURE_BLE/ble/GattClient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ class GattClient {
648648
* otherwise an appropriate error.
649649
*/
650650
virtual ble_error_t negotiateAttMtu(
651-
Gap::Handle_t connection
651+
ble::connection_handle_t connection
652652
) {
653653
/* Requesting action from porter(s): override this API if this
654654
capability is supported. */

0 commit comments

Comments
 (0)