Home
last modified time | relevance | path

Searched refs:characteristicAddCb (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.h297 CharacteristicAddCallback characteristicAddCb; member
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_server.cpp819 if (g_GattsCallback != nullptr && g_GattsCallback->characteristicAddCb != nullptr) { in BleGattsAddCharacteristic()
820 g_GattsCallback->characteristicAddCb(0, serverId, &characUuid, srvcHandle, characterHandle); in BleGattsAddCharacteristic()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c620 g_bleGattsHalCallback.characteristicAddCb = BleCharacteristicAddCallback; in GattsRegisterHalCallback()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dsoftbus_adapter_ble_gatt_server_test.cpp470 gattServerCallback->characteristicAddCb(OHOS_BT_STATUS_SUCCESS,