Home
last modified time | relevance | path

Searched refs:BleResponseConfirmationCallback (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c582 static void BleResponseConfirmationCallback(int status, int handle) in BleResponseConfirmationCallback() function
627 g_bleGattsHalCallback.responseConfirmationCb = BleResponseConfirmationCallback; in GattsRegisterHalCallback()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_server.c1106 static void BleResponseConfirmationCallback(int32_t status, int32_t handle) in BleResponseConfirmationCallback() function
1223 .ResponseConfirmationCallback = BleResponseConfirmationCallback, in BleRegisterGattServerCallback()