/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;
|
/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;
|
/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;
|
/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 | 84 void NapiBluetoothRemoteDeviceObserver ::OnReadRemoteRssiEvent( in OnReadRemoteRssiEvent() function in OHOS::Bluetooth::NapiBluetoothRemoteDeviceObserver
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_ble_peripheral_observer_proxy.cpp | 31 void BluetoothBlePeripheralObserverProxy::OnReadRemoteRssiEvent(const BluetoothRawAddress &device, int rssi, int status) in OnReadRemoteRssiEvent() function in OHOS::Bluetooth::BluetoothBlePeripheralObserverProxy 35 HILOGE("[OnReadRemoteRssiEvent] fail: write interface token failed."); in OnReadRemoteRssiEvent() 40 HILOGE("BluetoothBlePeripheralObserverProxy::OnReadRemoteRssiEvent device error"); in OnReadRemoteRssiEvent() 45 HILOGE("BluetoothBlePeripheralObserverProxy::OnReadRemoteRssiEvent rssi error"); in OnReadRemoteRssiEvent() 50 HILOGE("BluetoothBlePeripheralObserverProxy::OnReadRemoteRssiEvent device status"); in OnReadRemoteRssiEvent() 83 HILOGE("BluetoothBlePeripheralObserverProxy::OnReadRemoteRssiEvent device status"); in OnPairStatusChanged()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_ble_peripheral_observer_stub.cpp | 73 stub->OnReadRemoteRssiEvent(*device, rssi, status); in OnReadRemoteRssiEventInner()
|
/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;
|
/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;
|
/foundation/communication/bluetooth/frameworks/cj/connection/include/ |
H A D | bluetooth_connection_impl.h | 94 void OnReadRemoteRssiEvent(const BluetoothRemoteDevice &device, int rssi, int status) override{};
|
/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 | 1238 pimpl->btmAclCb_.readRssiComplete = &BleAdapter::OnReadRemoteRssiEvent; in RegisterCallbackToBtm() 1440 void BleAdapter::OnReadRemoteRssiEvent(uint8_t status, const BtAddr *addr, int8_t rssi, void *context) in OnReadRemoteRssiEvent() function in OHOS::bluetooth::BleAdapter 1458 observer.OnReadRemoteRssiEvent(device, rssi, status); in OnReadRemoteRssiEventTask()
|
/foundation/communication/nfc/services/include/ |
H A D | bt_connection_manager.h | 94 void OnReadRemoteRssiEvent(const Bluetooth::BluetoothRemoteDevice &device, int rssi, int status) override {};
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gap.cpp | 265 void OnReadRemoteRssiEvent(const BluetoothRemoteDevice &device, int rssi, int status) override
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_host.cpp | 364 void OnReadRemoteRssiEvent(const BluetoothRawAddress &device, int rssi, int status) override 371 observer->OnReadRemoteRssiEvent(remoteDevice, rssi, status);
|
/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 519 observer->OnReadRemoteRssiEvent(device, rssi, status);
|