mirror of https://github.com/ARMmbed/mbed-os.git
BLE: Connect generic gatt client as pal EventHandler.
parent
f28b82b831
commit
134f71e6ba
features/FEATURE_BLE/source/generic
|
@ -966,6 +966,7 @@ GenericGattClient<TPalGattClient, SigningMonitorEventHandler>::GenericGattClient
|
|||
_pal_client->when_transaction_timeout(
|
||||
mbed::callback(this, &GenericGattClient::on_transaction_timeout)
|
||||
);
|
||||
_pal_client->set_event_handler(this);
|
||||
}
|
||||
|
||||
template<template<class> class TPalGattClient, class SigningMonitorEventHandler>
|
||||
|
|
Loading…
Reference in New Issue