Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt.h589 LpDeviceInfoCallback lpDeviceInfoCb; member
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp168 if (appCallback != nullptr && appCallback->lpDeviceInfoCb != nullptr) { in OnNotifyMsgReportFromLpDevice()
173 … appCallback->lpDeviceInfoCb(&retUuid, msgType, const_cast<uint8_t*>(value.data()), value.size()); in OnNotifyMsgReportFromLpDevice()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H A Dsoftbus_ble_gatt.c381 .lpDeviceInfoCb = WrapperLpDeviceInfoCb0,
386 .lpDeviceInfoCb = WrapperLpDeviceInfoCb1,
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dsoftbus_ble_gatt_test.cpp1069 MockBluetooth::bleScanCallback->lpDeviceInfoCb(&uuid, type, &data, dataSize);