mirror of https://github.com/ARMmbed/mbed-os.git
fix type name
parent
c10fc2eb8e
commit
a3f635eb88
|
@ -648,7 +648,7 @@ public:
|
|||
* otherwise an appropriate error.
|
||||
*/
|
||||
virtual ble_error_t negotiateAttMtu(
|
||||
Gap::Handle_t connection
|
||||
ble::connection_handle_t connection
|
||||
) {
|
||||
/* Requesting action from porter(s): override this API if this
|
||||
capability is supported. */
|
||||
|
|
Loading…
Reference in New Issue