Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dsdp_api.h624 UINT16 SDP_DiDiscover (BD_ADDR remote_device,
/system/bt/stack/sdp/
Dsdp_api.c929 UINT16 SDP_DiDiscover( BD_ADDR remote_device, tSDP_DISCOVERY_DB *p_db, in SDP_DiDiscover() argument
943 if ( SDP_ServiceSearchRequest(remote_device, p_db, p_cb) ) in SDP_DiDiscover()
/system/bt/bta/include/
Dbta_api.h1471 tBTA_STATUS BTA_DmGetCachedRemoteName(BD_ADDR remote_device, UINT8 **pp_cached_name);
2135 extern void BTA_DmBleSetDataLength(BD_ADDR remote_device, UINT16 tx_data_length);
/system/bt/bta/dm/
Dbta_dm_api.c1784 void BTA_DmBleSetDataLength(BD_ADDR remote_device, UINT16 tx_data_length) in BTA_DmBleSetDataLength() argument
1789 bdcpy(p_msg->remote_bda, remote_device); in BTA_DmBleSetDataLength()