Home
last modified time | relevance | path

Searched refs:descriptorAddCb (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt_server.h299 DescriptorAddCallback descriptorAddCb; member
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp874 if (g_GattsCallback != nullptr && g_GattsCallback->descriptorAddCb != nullptr) { in BleGattsAddDescriptor()
875 g_GattsCallback->descriptorAddCb(0, serverId, &descUuid, srvcHandle, desHandle); in BleGattsAddDescriptor()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c621 g_bleGattsHalCallback.descriptorAddCb = BleDescriptorAddCallback; in GattsRegisterHalCallback()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dsoftbus_adapter_ble_gatt_server_test.cpp508 gattServerCallback->descriptorAddCb(OHOS_BT_STATUS_SUCCESS,