Lines Matching refs:remote_bda

724 tBTM_STATUS BTM_SetLinkPolicy(const RawAddress& remote_bda,
759 p = btm_bda_to_acl(remote_bda, BT_TRANSPORT_BR_EDR);
1220 tBTM_STATUS BTM_GetLinkSuperTout(const RawAddress& remote_bda,
1222 tACL_CONN* p = btm_bda_to_acl(remote_bda, BT_TRANSPORT_BR_EDR);
1242 tBTM_STATUS BTM_SetLinkSuperTout(const RawAddress& remote_bda,
1244 tACL_CONN* p = btm_bda_to_acl(remote_bda, BT_TRANSPORT_BR_EDR);
1274 bool BTM_IsAclConnectionUp(const RawAddress& remote_bda,
1278 VLOG(2) << __func__ << " RemBdAddr: " << remote_bda;
1280 p = btm_bda_to_acl(remote_bda, transport);
1335 uint16_t BTM_GetHCIConnHandle(const RawAddress& remote_bda,
1339 p = btm_bda_to_acl(remote_bda, transport);
1901 tBTM_STATUS BTM_ReadRSSI(const RawAddress& remote_bda, tBTM_CMPL_CB* p_cb) {
1910 BTM_ReadDevInfo(remote_bda, &dev_type, &addr_type);
1913 p = btm_bda_to_acl(remote_bda, transport);
1938 tBTM_STATUS BTM_ReadFailedContactCounter(const RawAddress& remote_bda,
1948 BTM_ReadDevInfo(remote_bda, &dev_type, &addr_type);
1951 p = btm_bda_to_acl(remote_bda, transport);
1977 tBTM_STATUS BTM_ReadAutomaticFlushTimeout(const RawAddress& remote_bda,
1987 BTM_ReadDevInfo(remote_bda, &dev_type, &addr_type);
1990 p = btm_bda_to_acl(remote_bda, transport);
2013 tBTM_STATUS BTM_ReadLinkQuality(const RawAddress& remote_bda,
2015 VLOG(2) << __func__ << ": RemBdAddr: " << remote_bda;
2020 tACL_CONN* p = btm_bda_to_acl(remote_bda, BT_TRANSPORT_BR_EDR);
2047 tBTM_STATUS BTM_ReadTxPower(const RawAddress& remote_bda,
2053 VLOG(2) << __func__ << ": RemBdAddr: " << remote_bda;
2058 p = btm_bda_to_acl(remote_bda, transport);
2066 btm_cb.devcb.read_tx_pwr_addr = remote_bda;