Home
last modified time | relevance | path

Searched refs:GATT_CLIENT_WRITE_DESCRIPTOR (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_async_work.h33 GATT_CLIENT_WRITE_DESCRIPTOR, enumerator
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_client_callback.cpp90 …AsyncWorkCallFunction(asyncWorkMap_, NapiAsyncType::GATT_CLIENT_WRITE_DESCRIPTOR, napiDescriptor, … in OnDescriptorWriteResult()
H A Dnapi_bluetooth_gatt_client.cpp651 …bool success = client->GetCallback()->asyncWorkMap_.TryPush(GATT_CLIENT_WRITE_DESCRIPTOR, asyncWor… in WriteDescriptorValueEx()