Lines Matching refs:Bluetooth
58 class BtStateObserver : public Bluetooth::BluetoothHostObserver {
69 void OnDiscoveryResult(const Bluetooth::BluetoothRemoteDevice &device,
71 void OnPairRequested(const Bluetooth::BluetoothRemoteDevice &device) override {};
72 void OnPairConfirmed(const Bluetooth::BluetoothRemoteDevice &device, int reqType, int number) override {};
78 class BtRemoteDevObserver : public Bluetooth::BluetoothRemoteDeviceObserver {
82 void OnAclStateChanged(const Bluetooth::BluetoothRemoteDevice &device,
84 void OnPairStatusChanged(const Bluetooth::BluetoothRemoteDevice &device, int status, int cause) override;
85 void OnRemoteUuidChanged(const Bluetooth::BluetoothRemoteDevice &device,
86 const std::vector<Bluetooth::ParcelUuid> &uuids) override {};
87 void OnRemoteNameChanged(const Bluetooth::BluetoothRemoteDevice &device,
89 void OnRemoteAliasChanged(const Bluetooth::BluetoothRemoteDevice &device,
91 void OnRemoteCodChanged(const Bluetooth::BluetoothRemoteDevice &device,
92 const Bluetooth::BluetoothDeviceClass &cod) override {};
93 void OnRemoteBatteryLevelChanged(const Bluetooth::BluetoothRemoteDevice &device, int batteryLevel) override {};
94 void OnReadRemoteRssiEvent(const Bluetooth::BluetoothRemoteDevice &device, int rssi, int status) override {};
97 class BtA2dpObserver : public Bluetooth::A2dpSourceObserver {
101 void OnPlayingStatusChanged(const Bluetooth::BluetoothRemoteDevice &device,
103 void OnConfigurationChanged(const Bluetooth::BluetoothRemoteDevice &device,
104 const Bluetooth::A2dpCodecInfo &info, int error) override {};
105 void OnConnectionStateChanged(const Bluetooth::BluetoothRemoteDevice &device, int state, int cause) override;
106 void OnMediaStackChanged(const Bluetooth::BluetoothRemoteDevice &device, int action) override {};
109 class BtHfpObserver : public Bluetooth::HandsFreeAudioGatewayObserver {
113 void OnConnectionStateChanged(const Bluetooth::BluetoothRemoteDevice &device,
115 void OnScoStateChanged(const Bluetooth::BluetoothRemoteDevice &device,
117 void OnActiveDeviceChanged(const Bluetooth::BluetoothRemoteDevice &device) override {};
118 void OnHfEnhancedDriverSafetyChanged(const Bluetooth::BluetoothRemoteDevice &device,
120 void OnHfpStackChanged(const Bluetooth::BluetoothRemoteDevice &device, int32_t action) override {};
123 class BtHidObserver : public Bluetooth::HidHostObserver {
127 void OnConnectionStateChanged(const Bluetooth::BluetoothRemoteDevice &device, int state, int cause) override;
139 void SendConnMsgToEvtHandler(NfcCommonEvent evt, const Bluetooth::BluetoothRemoteDevice &device,