Home
last modified time | relevance | path

Searched defs:device_address (Results 1 – 25 of 31) sorted by relevance

12

/system/bt/service/common/android/bluetooth/
DIBluetoothGattServerCallback.aidl26 void OnCharacteristicReadRequest(String device_address, in OnCharacteristicReadRequest()
29 void OnDescriptorReadRequest(String device_address, in OnDescriptorReadRequest()
32 void OnCharacteristicWriteRequest(String device_address, in OnCharacteristicWriteRequest()
36 void OnDescriptorWriteRequest(String device_address, in OnDescriptorWriteRequest()
40 void OnExecuteWriteRequest(String device_address, in OnExecuteWriteRequest()
43 void OnNotificationSent(String device_address, in OnNotificationSent()
46 void OnConnectionStateChanged(String device_address, boolean connected); in OnConnectionStateChanged()
DIBluetoothAvrcpControlCallback.aidl26 String device_address); in OnConnectionState()
28 void OnTrackChanged(String device_address, in BluetoothAvrcpMediaAttr track_info); in OnTrackChanged()
29 void OnSetAbsVolumeRequest(String device_address, int abs_vol, int label); in OnSetAbsVolumeRequest()
30 void OnRegisterForAbsVolumeCallbackRequest(String device_address, int label); in OnRegisterForAbsVolumeCallbackRequest()
DIBluetoothA2dpSinkCallback.aidl21 void OnConnectionState(String device_address, int state); in OnConnectionState()
22 void OnAudioState(String device_address, int state); in OnAudioState()
23 void OnAudioConfig(String device_address, int sample_rate, int channel_count); in OnAudioConfig()
DIBluetoothA2dpSource.aidl28 boolean Connect(String device_address); in Connect()
29 boolean Disconnect(String device_address); in Disconnect()
30 boolean ConfigCodec(String device_address, in ConfigCodec()
DIBluetoothA2dpSourceCallback.aidl23 void OnConnectionState(String device_address, int state); in OnConnectionState()
24 void OnAudioState(String device_address, int state); in OnAudioState()
26 String device_address, in OnAudioConfig()
DIBluetoothCallback.aidl25 String device_address, in OnDeviceConnectionStateChanged()
28 String device_address, in OnSspRequest()
34 void OnBondStateChanged(int status, String device_address, int state); in OnBondStateChanged()
37 String device_address, in OnGetRemoteDeviceProperties()
DIBluetoothAvrcpControl.aidl29 boolean SendPassThroughCommand(int id, String device_address, in SendPassThroughCommand()
32 boolean SetAbsVolumeResponse(int id, String device_address, int abs_vol, in SetAbsVolumeResponse()
35 boolean RegisterForAbsVolumeCallbackResponse(int id, String device_address, in RegisterForAbsVolumeCallbackResponse()
DIBluetooth.aidl46 String device_address, in SspReply()
50 boolean CreateBond(String device_address, int transport); in CreateBond()
52 boolean RemoveBond(String device_address); in RemoveBond()
53 boolean GetRemoteDeviceProperties(String device_address); in GetRemoteDeviceProperties()
DIBluetoothA2dpSink.aidl27 boolean Connect(String device_address); in Connect()
28 boolean Disconnect(String device_address); in Disconnect()
DIBluetoothGattServer.aidl33 String device_address, in SendResponse()
40 String device_address, in SendNotification()
/system/bt/service/
Davrcp_control.cc62 bool AvrcpControl::SendPassThroughCommand(const std::string& device_address, in SendPassThroughCommand()
86 bool AvrcpControl::SetAbsVolumeResponse(const std::string& device_address, in SetAbsVolumeResponse()
110 const std::string& device_address, int32_t response_type, int32_t abs_vol, in RegisterForAbsVolumeCallbackResponse()
138 std::string device_address = BtAddrString(&bd_addr); in ConnectionStateCallback() local
146 std::string device_address = BtAddrString(&bd_addr); in CtrlSetabsvolCmdCallback() local
154 std::string device_address = BtAddrString(&bd_addr); in CtrlRegisternotificationAbsVolCallback() local
163 std::string device_address = BtAddrString(&bd_addr); in CtrlTrackChangedCallback() local
Da2dp_sink.cc58 bool A2dpSink::Connect(const std::string& device_address) { in Connect()
77 bool A2dpSink::Disconnect(const std::string& device_address) { in Disconnect()
113 std::string device_address = BtAddrString(&bd_addr); in ConnectionStateCallback() local
123 std::string device_address = BtAddrString(&bd_addr); in AudioStateCallback() local
134 std::string device_address = BtAddrString(&bd_addr); in AudioConfigCallback() local
Da2dp_source.cc136 bool A2dpSource::Connect(const std::string& device_address) { in Connect()
144 bool A2dpSource::Disconnect(const std::string& device_address) { in Disconnect()
153 const std::string& device_address, in ConfigCodec()
167 auto device_address = BtAddrString(&bd_addr); in ConnectionStateCallback() local
176 auto device_address = BtAddrString(&bd_addr); in AudioStateCallback() local
189 auto device_address = BtAddrString(&bd_addr); in AudioConfigCallback() local
Dadapter.cc155 Adapter* adapter, const std::string& device_address, bool connected) { in OnDeviceConnectionStateChanged()
165 const std::string& device_address, in OnSspRequest()
172 const std::string& device_address, in OnBondStateChanged()
184 Adapter* adapter, int status, const std::string& device_address, in OnGetRemoteDeviceProperties()
352 bool SspReply(const std::string& device_address, int variant, bool accept, in SspReply()
371 bool CreateBond(const std::string& device_address, int transport) override { in CreateBond()
394 bool IsDeviceConnected(const std::string& device_address) override { in IsDeviceConnected()
428 bool RemoveBond(const std::string& device_address) override { in RemoveBond()
446 bool GetRemoteDeviceProperties(const std::string& device_address) override { in GetRemoteDeviceProperties()
609 std::string device_address = BtAddrString(remote_bdaddr); in RemoteDevicePropertiesCallback() local
[all …]
Dgatt_server.cc105 bool GattServer::SendResponse(const std::string& device_address, int request_id, in SendResponse()
181 bool GattServer::SendNotification(const std::string& device_address, in SendNotification()
252 std::string device_address = BtAddrString(&bda); in ConnectionCallback() local
347 std::string device_address = BtAddrString(&bda); in RequestReadCharacteristicCallback() local
380 std::string device_address = BtAddrString(&bda); in RequestReadDescriptorCallback() local
415 std::string device_address = BtAddrString(&bda); in RequestWriteCharacteristicCallback() local
454 std::string device_address = BtAddrString(&bda); in RequestWriteDescriptorCallback() local
492 std::string device_address = BtAddrString(&bda); in RequestExecWriteCallback() local
/system/bt/service/ipc/binder/
Dbluetooth_avrcp_control_binder_server.cc102 int32_t id, const String16& device_address, int32_t key_code, in SendPassThroughCommand()
124 int32_t id, const android::String16& device_address, int32_t abs_vol, in SetAbsVolumeResponse()
146 int32_t id, const android::String16& device_address, int32_t response_type, in RegisterForAbsVolumeCallbackResponse()
168 bool rc_connect, bool bt_connect, const std::string& device_address) { in OnConnectionState()
179 const std::string& device_address, const bluetooth::AvrcpMediaAttr& attr) { in OnTrackChanged()
192 const std::string& device_address, int32_t abs_vol, int32_t label) { in OnSetAbsVolumeRequest()
203 const std::string& device_address, int32_t label) { in OnRegisterForAbsVolumeCallbackRequest()
Dbluetooth_a2dp_sink_binder_server.cc83 Status BluetoothA2dpSinkBinderServer::Connect(const String16& device_address, in Connect()
103 Status BluetoothA2dpSinkBinderServer::Disconnect(const String16& device_address, in Disconnect()
154 const std::string& device_address, int state) { in OnConnectionState()
166 const std::string& device_address, int state) { in OnAudioState()
178 const std::string& device_address, uint32_t sample_rate, in OnAudioConfig()
Dbluetooth_gatt_server_binder_server.cc111 int server_id, const String16& device_address, int request_id, int status, in SendResponse()
131 int server_id, const String16& device_address, int handle, bool confirm, in SendNotification()
177 bluetooth::GattServer* gatt_server, const std::string& device_address, in OnCharacteristicReadRequest()
194 bluetooth::GattServer* gatt_server, const std::string& device_address, in OnDescriptorReadRequest()
240 bluetooth::GattServer* gatt_server, const std::string& device_address, in OnCharacteristicWriteRequest()
258 bluetooth::GattServer* gatt_server, const std::string& device_address, in OnDescriptorWriteRequest()
276 bluetooth::GattServer* gatt_server, const std::string& device_address, in OnExecuteWriteRequest()
293 bluetooth::GattServer* gatt_server, const std::string& device_address, in OnConnectionStateChanged()
Dbluetooth_a2dp_source_binder_server.cc140 Status BluetoothA2dpSourceBinderServer::Connect(const String16& device_address, in Connect()
148 const String16& device_address, bool* _aidl_return) { in Disconnect()
155 const android::String16& device_address, in ConfigCodec()
168 const std::string& device_address, int state) { in OnConnectionState()
175 const std::string& device_address, int state) { in OnAudioState()
182 const std::string& device_address, bluetooth::A2dpCodecConfig codec_config, in OnAudioConfig()
Dbluetooth_binder_server.cc127 Status BluetoothBinderServer::SspReply( in SspReply()
136 Status BluetoothBinderServer::CreateBond( in CreateBond()
151 Status BluetoothBinderServer::RemoveBond( in RemoveBond()
158 Status BluetoothBinderServer::GetRemoteDeviceProperties( in GetRemoteDeviceProperties()
397 bluetooth::Adapter* adapter, const std::string& device_address, in OnDeviceConnectionStateChanged()
415 const std::string& device_address, in OnSspRequest()
434 bluetooth::Adapter* adapter, int status, const std::string& device_address, in OnBondStateChanged()
462 bluetooth::Adapter* adapter, int status, const std::string& device_address, in OnGetRemoteDeviceProperties()
/system/bt/service/example/heart_rate/
Dheart_rate_server.cc314 const String16& device_address, int request_id, int offset, in OnCharacteristicReadRequest()
335 Status HeartRateServer::OnDescriptorReadRequest(const String16& device_address, in OnDescriptorReadRequest()
370 const String16& device_address, int request_id, int offset, in OnCharacteristicWriteRequest()
413 const String16& device_address, int request_id, int offset, in OnDescriptorWriteRequest()
463 Status HeartRateServer::OnExecuteWriteRequest(const String16& device_address, in OnExecuteWriteRequest()
476 Status HeartRateServer::OnNotificationSent(const String16& device_address, in OnNotificationSent()
487 Status HeartRateServer::OnConnectionStateChanged(const String16& device_address, in OnConnectionStateChanged()
/system/bt/service/common/bluetooth/
Dscan_result.h36 const std::string& device_address() const { return device_address_; } in device_address() function
Dscan_result.cc24 ScanResult::ScanResult(const std::string& device_address, in ScanResult()
/system/bt/service/test/
Da2dp_sink_unittest.cc50 std::string device_address; member
58 void OnConnectionState(const std::string& device_address, in OnConnectionState()
64 void OnAudioState(const std::string& device_address, int state) override { in OnAudioState()
69 void OnAudioConfig(const std::string& device_address, uint32_t sample_rate, in OnAudioConfig()
Dgatt_server_unittest.cc69 std::string device_address; member
83 const std::string& device_address, in OnCharacteristicReadRequest()
96 const std::string& device_address, in OnDescriptorReadRequest()
109 const std::string& device_address, in OnCharacteristicWriteRequest()
126 const std::string& device_address, in OnDescriptorWriteRequest()
143 const std::string& device_address, int request_id, in OnExecuteWriteRequest()
153 const std::string& device_address, in OnConnectionStateChanged()

12