Skip to content

Commit 134f71e

Browse files
committed
BLE: Connect generic gatt client as pal EventHandler.
1 parent f28b82b commit 134f71e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

features/FEATURE_BLE/source/generic/GenericGattClient.tpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -966,6 +966,7 @@ GenericGattClient<TPalGattClient, SigningMonitorEventHandler>::GenericGattClient
966966
_pal_client->when_transaction_timeout(
967967
mbed::callback(this, &GenericGattClient::on_transaction_timeout)
968968
);
969+
_pal_client->set_event_handler(this);
969970
}
970971

971972
template<template<class> class TPalGattClient, class SigningMonitorEventHandler>

0 commit comments

Comments
 (0)