Searched refs:acl_handle (Results 1 – 3 of 3) sorted by relevance
401 static tBTM_STATUS btm_send_connect_request(UINT16 acl_handle, in btm_send_connect_request() argument411 if (!btsnd_hcic_add_SCO_conn (acl_handle, BTM_ESCO_2_SCO(p_setup->packet_types))) in btm_send_connect_request()428 btm_handle_to_acl_index(acl_handle); in btm_send_connect_request()429 if ((xx = btm_handle_to_acl_index(acl_handle)) < MAX_L2CAP_LINKS) in btm_send_connect_request()454 if (!btsnd_hcic_setup_esco_conn(acl_handle, in btm_send_connect_request()564 UINT16 acl_handle = 0; in BTM_CreateSco() local580 if ((!remote_bda) || ((acl_handle = BTM_GetHCIConnHandle (remote_bda)) == 0xFFFF)) in BTM_CreateSco()686 … BTM_TRACE_API1("Role Change is in progress for ACL handle 0x%04x",acl_handle); in BTM_CreateSco()698 acl_handle, btm_cb.sco_cb.desired_sco_mode); in BTM_CreateSco()700 if ((btm_send_connect_request(acl_handle, p_setup)) != BTM_CMD_STARTED) in BTM_CreateSco()[all …]
2022 handle = acl_handle((data[1] << 8) | data[0]); in bt_submit_acl()2088 handle = acl_handle((data[1] << 8) | data[0]); in bt_submit_sco()
1647 #define acl_handle(h) ((h) & 0x0fff) macro