Searched refs:acl_handle (Results 1 – 2 of 2) sorted by relevance
406 static tBTM_STATUS btm_send_connect_request(UINT16 acl_handle, in btm_send_connect_request() argument416 if (!btsnd_hcic_add_SCO_conn (acl_handle, BTM_ESCO_2_SCO(p_setup->packet_types))) in btm_send_connect_request()433 btm_handle_to_acl_index(acl_handle); in btm_send_connect_request()434 if ((xx = btm_handle_to_acl_index(acl_handle)) < MAX_L2CAP_LINKS) in btm_send_connect_request()459 if (!btsnd_hcic_setup_esco_conn(acl_handle, in btm_send_connect_request()569 UINT16 acl_handle = 0; in BTM_CreateSco() local585 …if ((!remote_bda) || ((acl_handle = BTM_GetHCIConnHandle (remote_bda, BT_TRANSPORT_BR_EDR)) == 0xF… in BTM_CreateSco()688 … BTM_TRACE_API("Role Change is in progress for ACL handle 0x%04x",acl_handle); in BTM_CreateSco()700 acl_handle, btm_cb.sco_cb.desired_sco_mode); in BTM_CreateSco()702 if ((btm_send_connect_request(acl_handle, p_setup)) != BTM_CMD_STARTED) in BTM_CreateSco()[all …]
1647 #define acl_handle(h) ((h) & 0x0fff) macro