Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_server_callback.cpp34 STR_BT_GATT_SERVER_CALLBACK_DESCRIPTOR_WRITE, in NapiGattServerCallback()
100 eventSubscribe_.PublishEvent(STR_BT_GATT_SERVER_CALLBACK_DESCRIPTOR_WRITE, nativeObject); in OnDescriptorWriteRequest()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_gatt_server_callback.h29 const char * const STR_BT_GATT_SERVER_CALLBACK_DESCRIPTOR_WRITE = "descriptorWrite"; variable