Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt_client.h151 ReadCharacteristicCallback readCharacteristicCb; member
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_client.cpp171 if (appCallback_ == nullptr || appCallback_->readCharacteristicCb == nullptr) { in OnCharacteristicReadResult()
193 appCallback_->readCharacteristicCb(clientId_, &characData, GetGattcResult(ret)); in OnCharacteristicReadResult()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_client.c527 g_btGattClientCallbacks.readCharacteristicCb = GattcReadCharacteristicCallback; in InitSoftbusAdapterClient()