HomeSort by relevance Sort by last modified time
    Searched defs:remote_bd_addr (Results 1 - 5 of 5) sorted by null

  /system/bt/stack/include/
sdp_api.h 115 RawAddress remote_bd_addr; /* Remote BD address */ member in struct:t_sdp_disc_rec
btm_api_types.h 639 RawAddress remote_bd_addr; member in struct:__anon113773
759 RawAddress remote_bd_addr; /* Remote BD addr involved with the switch */ member in struct:__anon113778
    [all...]
  /system/bt/stack/btm/
btm_acl.cc 315 (bda && btm_cb.devcb.switch_role_ref_data.remote_bd_addr == *bda)) {
500 tBTM_STATUS BTM_GetRole(const RawAddress& remote_bd_addr, uint8_t* p_role) {
503 p = btm_bda_to_acl(remote_bd_addr, BT_TRANSPORT_BR_EDR);
533 tBTM_STATUS BTM_SwitchRole(const RawAddress& remote_bd_addr, uint8_t new_role,
543 VLOG(1) << __func__ << " BDA: " << remote_bd_addr; local
551 << btm_cb.devcb.switch_role_ref_data.remote_bd_addr;
555 p = btm_bda_to_acl(remote_bd_addr, BT_TRANSPORT_BR_EDR);
561 if (interop_match_addr(INTEROP_DISABLE_ROLE_SWITCH, &remote_bd_addr))
566 is_sco_active = btm_is_sco_active_by_bdaddr(remote_bd_addr);
577 if (interop_match_addr(INTEROP_DYNAMIC_ROLE_SWITCH, &remote_bd_addr)) {
    [all...]
  /system/bt/bta/dm/
bta_dm_act.cc 105 static void bta_dm_discover_device(const RawAddress& remote_bd_addr);
149 static void bta_dm_reset_sec_dev_pending(const RawAddress& remote_bd_addr);
150 static void bta_dm_remove_sec_dev_entry(const RawAddress& remote_bd_addr);
2078 VLOG(1) << __func__ << " BDA: " << remote_bd_addr; local
    [all...]
  /system/bt/stack/l2cap/
l2c_int.h 396 RawAddress remote_bd_addr; /* The BD address of the remote */ member in struct:t_l2c_linkcb
    [all...]

Completed in 2851 milliseconds