Home
last modified time | relevance | path

Searched refs:peer_address (Results 1 – 25 of 41) sorted by relevance

12

/system/bt/bta/include/
Dbta_av_co.h63 const RawAddress& peer_address, uint8_t num_seps,
80 const RawAddress& peer_address,
99 const RawAddress& peer_address,
119 const RawAddress& peer_address, uint16_t mtu);
136 const RawAddress& peer_address);
150 const RawAddress& peer_address,
165 const RawAddress& peer_address);
194 const RawAddress& peer_address);
209 const RawAddress& peer_address, uint16_t delay);
225 const RawAddress& peer_address, uint16_t mtu);
[all …]
/system/bt/btif/include/
Dbtif_av.h54 void btif_av_stream_stop(const RawAddress& peer_address);
103 bool btif_av_is_peer_edr(const RawAddress& peer_address);
114 bool btif_av_peer_supports_3mbps(const RawAddress& peer_address);
122 bool btif_av_peer_prefers_mandatory_codec(const RawAddress& peer_address);
134 const RawAddress& peer_address,
161 void btif_av_acl_disconnected(const RawAddress& peer_address);
177 void btif_av_set_audio_delay(const RawAddress& peer_address, uint16_t delay);
197 void btif_av_src_disconnect_sink(const RawAddress& peer_address);
217 bool btif_av_is_peer_silenced(const RawAddress& peer_address);
Dbtif_a2dp_source.h41 bool btif_a2dp_source_start_session(const RawAddress& peer_address,
58 bool btif_a2dp_source_end_session(const RawAddress& peer_address);
Dbtif_a2dp_sink.h56 bool btif_a2dp_sink_start_session(const RawAddress& peer_address,
73 bool btif_a2dp_sink_end_session(const RawAddress& peer_address);
Dbtif_av_co.h82 const RawAddress& peer_address);
/system/bt/btif/src/
Dbtif_av.cc68 RawAddress peer_address; member
113 static bt_status_t sink_set_active_device(const RawAddress& peer_address);
225 BtifAvPeer(const RawAddress& peer_address, uint8_t peer_sep,
369 BtifAvPeer* FindPeer(const RawAddress& peer_address);
372 BtifAvPeer* FindOrCreatePeer(const RawAddress& peer_address,
382 bool AllowedToConnect(const RawAddress& peer_address) const;
390 bool DeletePeer(const RawAddress& peer_address);
411 bool IsPeerSilenced(const RawAddress& peer_address) { in IsPeerSilenced() argument
412 if (peer_address.IsEmpty()) { in IsPeerSilenced()
415 BtifAvPeer* peer = FindPeer(peer_address); in IsPeerSilenced()
[all …]
Dbtif_a2dp_source.cc233 const RawAddress& peer_address, std::promise<void> start_session_promise);
235 const RawAddress& peer_address);
246 const RawAddress& peer_address);
248 const RawAddress& peer_address,
370 bool btif_a2dp_source_start_session(const RawAddress& peer_address, in btif_a2dp_source_start_session() argument
372 LOG(INFO) << __func__ << ": peer_address=" << peer_address in btif_a2dp_source_start_session()
374 btif_a2dp_source_setup_codec(peer_address); in btif_a2dp_source_start_session()
377 base::BindOnce(&btif_a2dp_source_start_session_delayed, peer_address, in btif_a2dp_source_start_session()
382 LOG(FATAL) << __func__ << ": peer_address=" << peer_address in btif_a2dp_source_start_session()
390 const RawAddress& peer_address, std::promise<void> peer_ready_promise) { in btif_a2dp_source_start_session_delayed() argument
[all …]
Dbtif_a2dp_sink.cc221 bool btif_a2dp_sink_start_session(const RawAddress& peer_address, in btif_a2dp_sink_start_session() argument
223 LOG(INFO) << __func__ << ": peer_address=" << peer_address; in btif_a2dp_sink_start_session()
230 LOG(FATAL) << __func__ << ": peer_address=" << peer_address in btif_a2dp_sink_start_session()
272 bool btif_a2dp_sink_end_session(const RawAddress& peer_address) { in btif_a2dp_sink_end_session() argument
273 LOG_INFO("%s: peer_address=%s", __func__, peer_address.ToString().c_str()); in btif_a2dp_sink_end_session()
/system/bt/btif/co/
Dbta_av_co.cc202 A2dpCodecConfig* GetPeerCurrentCodec(const RawAddress& peer_address);
224 const RawAddress& peer_address, uint8_t num_seps,
250 const RawAddress& peer_address,
278 const RawAddress& peer_address,
299 const RawAddress& peer_address,
311 void ProcessOpen(tBTA_AV_HNDL bta_av_handle, const RawAddress& peer_address,
320 void ProcessClose(tBTA_AV_HNDL bta_av_handle, const RawAddress& peer_address);
331 void ProcessStart(tBTA_AV_HNDL bta_av_handle, const RawAddress& peer_address,
340 void ProcessStop(tBTA_AV_HNDL bta_av_handle, const RawAddress& peer_address);
361 const RawAddress& peer_address);
[all …]
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dle_advertiser.cc23 AddressWithType peer_address, in Initialize() argument
30 peer_address_ = peer_address; in Initialize()
39 AddressType address_type, AddressWithType peer_address, in InitializeExtended() argument
44 peer_address_ = peer_address; in InitializeExtended()
49 peer_address.ToString().c_str(), type_, in InitializeExtended()
Dle_advertiser.h36 bluetooth::hci::AddressWithType peer_address,
44 bluetooth::hci::AddressWithType peer_address,
/system/bt/gd/hci/facade/
Dle_acl_manager_facade.cc66 Address peer_address; in CreateConnection() local
67 ASSERT(Address::FromString(request->address().address(), peer_address)); in CreateConnection()
68 AddressWithType peer(peer_address, static_cast<AddressType>(request->type())); in CreateConnection()
82 Address peer_address; in CancelConnection() local
83 ASSERT(Address::FromString(request->address().address(), peer_address)); in CancelConnection()
84 AddressWithType peer(peer_address, static_cast<AddressType>(request->type())); in CancelConnection()
Dle_advertising_manager_facade.cc80 hci::Address::FromString(config_proto.peer_address().address(), config->peer_address); in AdvertisingConfigFromProto()
Dle_advertising_manager_facade.proto44 bluetooth.facade.BluetoothAddress peer_address = 9; field
/system/bt/stack/a2dp/
Da2dp_api.cc71 RawAddress peer_address = RawAddress::kEmpty; in a2dp_sdp_cback() local
84 peer_address = p_rec->remote_bd_addr; in a2dp_sdp_cback()
123 (*a2dp_cb.find.p_cback)(found, &a2dp_svc, peer_address); in a2dp_sdp_cback()
/system/bt/stack/include/
Da2dp_api.h86 const RawAddress& peer_address);
/system/bt/gd/l2cap/le/
Dfacade.cc69 hci::Address peer_address; in OpenDynamicChannel() local
70 ASSERT(hci::Address::FromString(request->remote().address().address(), peer_address)); in OpenDynamicChannel()
72 hci::AddressWithType peer(peer_address, hci::AddressType::RANDOM_DEVICE_ADDRESS); in OpenDynamicChannel()
89 hci::Address peer_address; in CloseDynamicChannel() local
90 ASSERT(hci::Address::FromString(request->remote().address().address(), peer_address)); in CloseDynamicChannel()
91 if (address != peer_address) { in CloseDynamicChannel()
/system/bt/gd/hci/
Dle_advertising_manager.cc193 config.peer_address, in create_advertiser()
222 config.peer_address, in create_advertiser()
298 … config.own_address_type, config.peer_address_type, config.peer_address, config.filter_policy, in create_extended_advertiser()
309 … config.own_address_type, config.peer_address_type, config.peer_address, config.filter_policy, in create_extended_advertiser()
511 if (config.peer_address == Address::kEmpty) { in CreateAdvertiser()
536 if (config.peer_address == Address::kEmpty) { in ExtendedCreateAdvertiser()
Dle_advertising_manager.h35 Address peer_address; variable
/system/bt/profile/avrcp/
Davrcp_internal.h85 virtual bool is_peer_in_silence_mode(const RawAddress& peer_address) = 0;
/system/bt/stack/btm/
Dble_advertiser_hci_interface.cc119 uint8_t peer_address_type, const RawAddress& peer_address, in SetParameters() argument
150 BDADDR_TO_STREAM(pp, peer_address); in SetParameters()
348 uint8_t peer_address_type, const RawAddress& peer_address, in SetParameters() argument
377 BDADDR_TO_STREAM(pp, peer_address); in SetParameters()
538 uint8_t peer_address_type, const RawAddress& peer_address, in SetParameters() argument
557 BDADDR_TO_STREAM(pp, peer_address); in SetParameters()
Dble_advertiser_hci_interface.h59 const RawAddress& peer_address, uint8_t filter_policy, int8_t tx_power,
/system/bt/vendor_libs/test_vendor_lib/model/devices/
Ddevice_properties.h231 … uint8_t own_address_type, uint8_t peer_address_type, Address peer_address, in SetLeAdvertisingParameters() argument
238 le_advertising_peer_address_ = peer_address; in SetLeAdvertisingParameters()
/system/bt/profile/avrcp/tests/avrcp_device_fuzz/
Davrcp_device_fuzz.cc49 virtual bool is_peer_in_silence_mode(const RawAddress& peer_address) { in is_peer_in_silence_mode() argument
/system/bt/stack/avdt/
Davdt_ccb.cc476 void AvdtpCcb::Allocate(const RawAddress& peer_address) { in Allocate() argument
478 peer_addr = peer_address; in Allocate()

12