Home
last modified time | relevance | path

Searched refs:NotifySentCallback (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/
H A Dsoftbus_adapter_ble_gatt_server.h110 void (*NotifySentCallback)(int connId, int status); member
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c597 if (callback.NotifySentCallback == NULL) { in BleIndicationSentCallback()
601 callback.NotifySentCallback(connId, status); in BleIndicationSentCallback()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dble_service_connection_test.cpp483 g_callback->NotifySentCallback(1, SOFTBUS_OK);
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dsoftbus_adapter_ble_gatt_server_test.cpp809 .NotifySentCallback = StubNotifySentCallback, in GetStubGattsCallback()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_server.c1224 .NotifySentCallback = BleNotifySentCallback, in BleRegisterGattServerCallback()