Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_gatt_client_callback.cpp33 STR_BT_GATT_CLIENT_CALLBACK_BLE_MTU_CHANGE}, in NapiGattClientCallback()
107 eventSubscribe_.PublishEvent(STR_BT_GATT_CLIENT_CALLBACK_BLE_MTU_CHANGE, nativeObject); in OnMtuUpdate()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_gatt_client_callback.h30 const char * const STR_BT_GATT_CLIENT_CALLBACK_BLE_MTU_CHANGE = "BLEMtuChange"; variable