Lines Matching refs:RawAddress

32 bool BTM_is_sniff_allowed_for(const RawAddress& peer_addr);
34 void BTM_unblock_sniff_mode_for(const RawAddress& peer_addr);
35 void BTM_block_sniff_mode_for(const RawAddress& peer_addr);
36 void BTM_unblock_role_switch_for(const RawAddress& peer_addr);
37 void BTM_block_role_switch_for(const RawAddress& peer_addr);
53 tBTM_STATUS BTM_SetLinkSuperTout(const RawAddress& remote_bda,
64 tBTM_STATUS BTM_GetLinkSuperTout(const RawAddress& remote_bda,
78 bool BTM_IsAclConnectionUp(const RawAddress& remote_bda,
81 bool BTM_IsAclConnectionUpAndHandleValid(const RawAddress& remote_bda,
97 tBTM_STATUS BTM_GetRole(const RawAddress& remote_bd_addr, tHCI_ROLE* p_role);
115 tBTM_STATUS BTM_SwitchRoleToCentral(const RawAddress& remote_bd_addr);
132 tBTM_STATUS BTM_ReadRSSI(const RawAddress& remote_bda, tBTM_CMPL_CB* p_cb);
149 tBTM_STATUS BTM_ReadFailedContactCounter(const RawAddress& remote_bda,
168 tBTM_STATUS BTM_ReadTxPower(const RawAddress& remote_bda,
183 void btm_set_packet_types_from_address(const RawAddress& bda,
189 bool BTM_BLE_IS_RESOLVE_BDA(const RawAddress& x);
191 bool acl_refresh_remote_address(const RawAddress& identity_address,
193 const RawAddress& remote_bda, uint8_t rra_type,
194 const RawAddress& rpa);
196 void btm_establish_continue_from_address(const RawAddress& remote_bda,
200 const RawAddress& remote_bda);
202 bool sco_peer_supports_esco_2m_phy(const RawAddress& remote_bda);
203 bool sco_peer_supports_esco_3m_phy(const RawAddress& remote_bda);
209 bool acl_is_switch_role_idle(const RawAddress& bd_addr,
223 void BTM_ReadConnectionAddr(const RawAddress& remote_bda,
224 RawAddress& local_conn_addr,
239 const RawAddress acl_address_from_handle(uint16_t hci_handle);
242 const RawAddress& pseudo_addr, const RawAddress& local_rpa);
257 tBTM_STATUS btm_read_power_mode_state(const RawAddress& remote_bda,
260 void btm_acl_notif_conn_collision(const RawAddress& bda);
262 void btm_acl_update_conn_addr(uint16_t conn_handle, const RawAddress& address);
283 bool BTM_ReadPowerMode(const RawAddress& remote_bda, tBTM_PM_MODE* p_mode);
285 void btm_acl_created(const RawAddress& bda, uint16_t hci_handle,
293 bool acl_peer_supports_sniff_subrating(const RawAddress& remote_bda);
303 extern tBTM_STATUS btm_remove_acl(const RawAddress& bd_addr,
311 bool ACL_SupportTransparentSynchronousData(const RawAddress& bd_addr);
313 void acl_add_to_ignore_auto_connect_after_disconnect(const RawAddress& bd_addr);
315 const RawAddress& bd_addr);