Lines Matching refs:remote_addr
106 if ((p->in_use) && (!memcmp (p->remote_addr, bda, BD_ADDR_LEN)) in btm_bda_to_acl()
233 BTM_SetLinkPolicy(p->remote_addr, &btm_cb.btm_def_link_policy); in btm_acl_created()
246 memcpy (p->remote_addr, bda, BD_ADDR_LEN); in btm_acl_created()
655 if ((status = BTM_ReadPowerMode(p->remote_addr, &pwr_mode)) != BTM_SUCCESS) in BTM_SwitchRole()
663 status = BTM_SetPowerMode (BTM_PM_SET_ONLY_ID, p->remote_addr, &settings); in BTM_SwitchRole()
758 if (!btsnd_hcic_switch_role (p->remote_addr, (UINT8)!p->link_role)) in btm_acl_encrypt_change()
762 … btm_acl_report_role_change(btm_cb.devcb.switch_role_ref_data.hci_status, p->remote_addr); in btm_acl_encrypt_change()
767 if ((p_dev_rec = btm_find_dev (p->remote_addr)) != NULL) in btm_acl_encrypt_change()
778 btm_acl_report_role_change(btm_cb.devcb.switch_role_ref_data.hci_status, p->remote_addr); in btm_acl_encrypt_change()
795 if ((p_dev_rec = btm_find_dev (p->remote_addr)) != NULL) in btm_acl_encrypt_change()
936 l2cble_notify_le_connection (p_acl_cb->remote_addr); in btm_read_remote_version_complete()
966 p_dev_rec = btm_find_or_alloc_dev (p_acl_cb->remote_addr); in btm_process_remote_ext_features()
1227 BTM_SetLinkPolicy (p_acl_cb->remote_addr, &btm_cb.btm_def_link_policy); in btm_establish_continue()
1236 evt_data.conn.p_bda = p_acl_cb->remote_addr; in btm_establish_continue()
1484 BTM_SetLinkSuperTout (p->remote_addr, p->link_super_tout); in btm_acl_role_changed()
2184 memcpy (results.rem_bda, p_acl_cb->remote_addr, BD_ADDR_LEN); in btm_read_tx_power_complete()
2265 memcpy (results.rem_bda, p_acl_cb->remote_addr, BD_ADDR_LEN); in btm_read_rssi_complete()
2336 memcpy (results.rem_bda, p_acl_cb->remote_addr, BD_ADDR_LEN); in btm_read_link_quality_complete()
2455 sw_ok = btsnd_hcic_switch_role (p->remote_addr, (UINT8)!p->link_role); in btm_cont_rswitch()
2462 btm_acl_report_role_change(hci_status, p->remote_addr); in btm_cont_rswitch()