Home
last modified time | relevance | path

Searched refs:OnNotifyMsgReportFromLpDevice (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_ble_central_manager_callback.h35 virtual void OnNotifyMsgReportFromLpDevice(const bluetooth::Uuid &uuid, int msgType,
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_ble_central_manager_callback.h37 …void OnNotifyMsgReportFromLpDevice(const UUID &uuid, int msgType, const std::vector<uint8_t> &valu… in OnNotifyMsgReportFromLpDevice() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_ble_central_manager_callback_proxy.h33 void OnNotifyMsgReportFromLpDevice(const bluetooth::Uuid &uuid, int msgType,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_ble_central_manager_callback_proxy.cpp115 void BluetoothBleCentralManagerCallBackProxy::OnNotifyMsgReportFromLpDevice(const bluetooth::Uuid &… in OnNotifyMsgReportFromLpDevice() function in OHOS::Bluetooth::BluetoothBleCentralManagerCallBackProxy
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_central_manager_callback_stub.cpp138 stub->OnNotifyMsgReportFromLpDevice(btUuid, msgType, dataValue); in OnNotifyMsgReportFromLpDeviceInner()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_ble.h92 virtual void OnNotifyMsgReportFromLpDevice(FilterIdxInfo &info, int msgType,
/ohos5.0/base/location/services/location_locator/locator/include/
H A Dlocator_required_data_manager.h94 void OnNotifyMsgReportFromLpDevice(const Bluetooth::UUID &btUuid,
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_central_manager.h269 …virtual void OnNotifyMsgReportFromLpDevice(const UUID &uuid, int msgType, const std::vector<uint8_… in OnNotifyMsgReportFromLpDevice() function
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp135 void OnNotifyMsgReportFromLpDevice(const bluetooth::Uuid &uuid, int msgType, in OnNotifyMsgReportFromLpDevice() function in OHOS::Bluetooth::BleCentralManager::impl::BluetoothBleCentralManagerCallbackImp
141 observer->OnNotifyMsgReportFromLpDevice(btUuid, msgType, value); in OnNotifyMsgReportFromLpDevice()
/ohos5.0/base/location/test/location_locator/source/
H A Dlocator_required_data_manager_test.cpp277 callback->OnNotifyMsgReportFromLpDevice(uuid, 0, vecs);
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_required_data_manager.cpp211 void LocatorBleCallbackWapper::OnNotifyMsgReportFromLpDevice(const Bluetooth::UUID &btUuid, int msg… in OnNotifyMsgReportFromLpDevice() function in OHOS::Location::LocatorBleCallbackWapper
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp225 void OnNotifyMsgReportFromLpDevice(FilterIdxInfo &info, int msgType, in OnNotifyMsgReportFromLpDevice() function in OHOS::Bluetooth::BluetoothBleCentralManagerServer::impl::BleCentralManagerCallback
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp166 …void OnNotifyMsgReportFromLpDevice(const UUID &btUuid, int msgType, const std::vector<uint8_t> &va… in OnNotifyMsgReportFromLpDevice() function in OHOS::Bluetooth::BleCentralManagerCallbackWapper