/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_ble_peripheral_observer.h | 29 virtual void OnReadRemoteRssiEvent(const BluetoothRawAddress &device, int rssi, int status) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/ |
H A D | bluetooth_ble_peripheral_observer_proxy.h | 29 void OnReadRemoteRssiEvent(const BluetoothRawAddress &device, int rssi, int status) override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_remote_device_observer.h | 36 void OnReadRemoteRssiEvent(const BluetoothRemoteDevice &device, int rssi, int status) override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/connection/ |
H A D | napi_bluetooth_remote_device_observer.h | 38 void OnReadRemoteRssiEvent(const BluetoothRemoteDevice &device, int rssi, int status) override;
|
H A D | napi_bluetooth_remote_device_observer.cpp | 88 void NapiBluetoothRemoteDeviceObserver ::OnReadRemoteRssiEvent( in OnReadRemoteRssiEvent() function in OHOS::Bluetooth::NapiBluetoothRemoteDeviceObserver
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_ble_peripheral_observer_proxy.cpp | 31 void BluetoothBlePeripheralObserverProxy::OnReadRemoteRssiEvent(const BluetoothRawAddress &device, … in OnReadRemoteRssiEvent() function in OHOS::Bluetooth::BluetoothBlePeripheralObserverProxy
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_ble_peripheral_observer_stub.cpp | 76 stub->OnReadRemoteRssiEvent(*device, rssi, status); in OnReadRemoteRssiEventInner()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_adapter_ble.h | 220 virtual void OnReadRemoteRssiEvent(const RawAddress &device, int rssi, int status) = 0;
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_host.h | 230 … virtual void OnReadRemoteRssiEvent(const BluetoothRemoteDevice &device, int rssi, int status) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_adapter.h | 208 … static void OnReadRemoteRssiEvent(uint8_t status, const BtAddr *addr, int8_t rssi, void *context);
|
H A D | ble_adapter.cpp | 1269 pimpl->btmAclCb_.readRssiComplete = &BleAdapter::OnReadRemoteRssiEvent; in RegisterCallbackToBtm() 1468 void BleAdapter::OnReadRemoteRssiEvent(uint8_t status, const BtAddr *addr, int8_t rssi, void *conte… in OnReadRemoteRssiEvent() function in OHOS::bluetooth::BleAdapter 1486 observer.OnReadRemoteRssiEvent(device, rssi, status); in OnReadRemoteRssiEventTask()
|
/ohos5.0/foundation/communication/nfc/services/include/ |
H A D | bt_connection_manager.h | 94 …void OnReadRemoteRssiEvent(const Bluetooth::BluetoothRemoteDevice &device, int rssi, int status) o… in OnReadRemoteRssiEvent() function
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gap.cpp | 268 void OnReadRemoteRssiEvent(const BluetoothRemoteDevice &device, int rssi, int status) override in OnReadRemoteRssiEvent() function in OHOS::Bluetooth::BluetoothRemoteDeviceObserverWapper
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_host.cpp | 368 void OnReadRemoteRssiEvent(const BluetoothRawAddress &device, int rssi, int status) override in OnReadRemoteRssiEvent() function in OHOS::Bluetooth::BluetoothHost::impl::BluetoothBlePeripheralCallbackImp 375 observer->OnReadRemoteRssiEvent(remoteDevice, rssi, status); in OnReadRemoteRssiEvent()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 514 void OnReadRemoteRssiEvent(const RawAddress &device, int32_t rssi, int32_t status) override in OnReadRemoteRssiEvent() function in OHOS::Bluetooth::BluetoothHostServer::impl::BlePeripheralCallback 519 observer->OnReadRemoteRssiEvent(device, rssi, status); in OnReadRemoteRssiEvent()
|