Home | History | Annotate | Download | only in btm

Lines Matching refs:remote_bda

554 tBTM_STATUS BTM_CreateSco (BD_ADDR remote_bda, BOOLEAN is_orig, UINT16 pkt_types,
578 if ((!remote_bda) || ((acl_handle = BTM_GetHCIConnHandle (remote_bda)) == 0xFFFF))
582 if (remote_bda)
589 && (!memcmp (p->esco.data.bd_addr, remote_bda, BD_ADDR_LEN)))
610 if (remote_bda)
616 if(BTM_ReadPowerMode(remote_bda, &md) == BTM_SUCCESS)
622 BTM_SetPowerMode(BTM_PM_SET_ONLY_ID, remote_bda, &pm);
627 if( (BTM_ReadPowerMode(remote_bda, &mode) == BTM_SUCCESS) && (mode == BTM_PM_MD_PARK) )
630 if( (BTM_ReadAclMode(remote_bda, &mode) == BTM_SUCCESS) && (mode == BTM_ACL_MODE_PARK) )
634 memcpy (p->esco.data.bd_addr, remote_bda, BD_ADDR_LEN);
678 p_acl = btm_bda_to_acl(remote_bda);
1725 BOOLEAN btm_is_sco_active_by_bdaddr (BD_ADDR remote_bda)
1734 if ((!memcmp (p->esco.data.bd_addr, remote_bda, BD_ADDR_LEN)) && (p->state == SCO_ST_CONNECTED))
1744 tBTM_STATUS BTM_CreateSco (BD_ADDR remote_bda, BOOLEAN is_orig,