Home
last modified time | relevance | path

Searched refs:searchServiceCompleteCb (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt_client.h150 SearchServiceCompleteCallback searchServiceCompleteCb; member
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt_client.cpp160 if (appCallback_ == nullptr || appCallback_->searchServiceCompleteCb == nullptr) { in OnServicesDiscovered()
166 appCallback_->searchServiceCompleteCb(clientId_, GetGattcResult(status)); in OnServicesDiscovered()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_client.c526 g_btGattClientCallbacks.searchServiceCompleteCb = GattcSearchServiceCompleteCallback; in InitSoftbusAdapterClient()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dsoftbus_adapter_ble_gatt_client_test.cpp327 gattClientCallback->searchServiceCompleteCb(clientId, OHOS_BT_STATUS_SUCCESS);