Home
last modified time | relevance | path

Searched refs:remote_device (Results 1 – 5 of 5) sorted by relevance

/system/bt/btif/src/
Dbtif_sock.cc245 static void btsock_request_max_tx_data_length(const RawAddress& remote_device) { in btsock_request_max_tx_data_length() argument
251 BTA_DmBleSetDataLength(remote_device, max_len); in btsock_request_max_tx_data_length()
/system/bt/bta/dm/
Dbta_dm_api.cc767 void BTA_DmBleSetDataLength(const RawAddress& remote_device, in BTA_DmBleSetDataLength() argument
770 remote_device, tx_data_length)); in BTA_DmBleSetDataLength()
/system/bt/stack/include/
Dsdp_api.h584 uint16_t SDP_DiDiscover(const RawAddress& remote_device,
/system/bt/bta/include/
Dbta_api.h1190 tBTA_STATUS BTA_DmGetCachedRemoteName(const RawAddress& remote_device,
1665 extern void BTA_DmBleSetDataLength(const RawAddress& remote_device,
/system/bt/stack/sdp/
Dsdp_api.cc814 uint16_t SDP_DiDiscover(const RawAddress& remote_device, in SDP_DiDiscover() argument
825 if (SDP_ServiceSearchRequest(remote_device, p_db, p_cb)) in SDP_DiDiscover()