/system/bt/service/common/android/bluetooth/ |
D | IBluetoothA2dpSinkCallback.aidl | 21 void OnConnectionState(String device_address, int state); in OnConnectionState() method
|
D | IBluetoothLowEnergyCallback.aidl | 24 void OnConnectionState(int status, int client_id, String address, boolean connected); in OnConnectionState() method
|
D | IBluetoothA2dpSourceCallback.aidl | 23 void OnConnectionState(String device_address, int state); in OnConnectionState() method
|
D | IBluetoothAvrcpControlCallback.aidl | 23 void OnConnectionState( in OnConnectionState() method
|
/system/bt/btif/src/ |
D | btif_hearing_aid.cc | 68 void OnConnectionState(ConnectionState state, in OnConnectionState() function in __anon1a5cc84f0211::HearingAidInterfaceImpl 71 do_in_jni_thread(FROM_HERE, Bind(&HearingAidCallbacks::OnConnectionState, in OnConnectionState()
|
/system/bt/include/hardware/ |
D | bt_hearing_aid.h | 37 virtual void OnConnectionState(ConnectionState state,
|
/system/bt/service/ipc/binder/ |
D | bluetooth_low_energy_binder_server.cc | 120 void BluetoothLowEnergyBinderServer::OnConnectionState( in OnConnectionState() function in ipc::binder::BluetoothLowEnergyBinderServer 132 cb->OnConnectionState(status, client_id, in OnConnectionState()
|
D | bluetooth_a2dp_source_binder_server.cc | 167 void BluetoothA2dpSourceBinderServer::OnConnectionState( in OnConnectionState() function in ipc::binder::BluetoothA2dpSourceBinderServer 171 cb->OnConnectionState(String16(device_address.c_str()), state); in OnConnectionState()
|
D | bluetooth_a2dp_sink_binder_server.cc | 153 void BluetoothA2dpSinkBinderServer::OnConnectionState( in OnConnectionState() function in ipc::binder::BluetoothA2dpSinkBinderServer 162 cb->OnConnectionState(String16(device_address.c_str()), state); in OnConnectionState()
|
D | bluetooth_low_energy_binder_server.h | 66 void OnConnectionState(bluetooth::LowEnergyClient* client, int status,
|
D | bluetooth_a2dp_sink_binder_server.h | 63 void OnConnectionState(const std::string& device_address, int state) override;
|
D | bluetooth_avrcp_control_binder_server.cc | 167 void BluetoothAvrcpControlBinderServer::OnConnectionState( in OnConnectionState() function in ipc::binder::BluetoothAvrcpControlBinderServer 171 avrcp_control_cb->OnConnectionState(rc_connect, bt_connect, in OnConnectionState()
|
D | bluetooth_a2dp_source_binder_server.h | 71 void OnConnectionState(const std::string& device_address, int state) override;
|
D | bluetooth_avrcp_control_binder_server.h | 67 void OnConnectionState(bool rc_connect, bool bt_connect,
|
/system/bt/service/ |
D | a2dp_sink.h | 39 virtual void OnConnectionState(const std::string& device_address,
|
D | low_energy_client.cc | 151 delegate_->OnConnectionState(this, status, BtAddrString(&bda).c_str(), in ConnectCallback() 169 delegate_->OnConnectionState(this, status, BtAddrString(&bda).c_str(), in DisconnectCallback()
|
D | a2dp_source.h | 40 virtual void OnConnectionState(const std::string& device_address,
|
D | avrcp_control.h | 37 virtual void OnConnectionState(bool rc_connect, bool bt_connect,
|
D | low_energy_client.h | 58 virtual void OnConnectionState(LowEnergyClient* client, int status,
|
D | a2dp_sink.cc | 117 delegate_->OnConnectionState(device_address, static_cast<int>(state)); in ConnectionStateCallback()
|
D | a2dp_source.cc | 170 delegate_->OnConnectionState(device_address, static_cast<int>(state)); in ConnectionStateCallback()
|
D | avrcp_control.cc | 141 delegate_->OnConnectionState(rc_connect, bt_connect, device_address); in ConnectionStateCallback()
|
/system/bt/service/doc/ |
D | IBluetoothLowEnergyCallback.txt | 33 void OnConnectionState(in int status, in int client_id, in const char* address,
|
/system/bt/bta/hearing_aid/ |
D | hearing_aid.cc | 369 callbacks->OnConnectionState(ConnectionState::DISCONNECTED, address); in OnGattConnected() 553 callbacks->OnConnectionState(ConnectionState::DISCONNECTED, address); in OnEncryptionComplete() 613 callbacks->OnConnectionState(ConnectionState::DISCONNECTED, in OnServiceSearchComplete() 636 callbacks->OnConnectionState(ConnectionState::DISCONNECTED, in OnServiceSearchComplete() 968 callbacks->OnConnectionState(ConnectionState::CONNECTED, address); in OnGapConnection() 1460 callbacks->OnConnectionState(ConnectionState::DISCONNECTED, address); in Disconnect() 1482 callbacks->OnConnectionState(ConnectionState::DISCONNECTED, remote_bda); in OnGattDisconnected()
|
/system/bt/service/test/ |
D | a2dp_sink_unittest.cc | 58 void OnConnectionState(const std::string& device_address, in OnConnectionState() function in bluetooth::__anonaa9dfa1e0111::TestDelegate
|