HomeSort by relevance Sort by last modified time
    Searched refs:acl_handle (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/stack/btm/
btm_sco.c 406 static tBTM_STATUS btm_send_connect_request(UINT16 acl_handle,
416 if (!btsnd_hcic_add_SCO_conn (acl_handle, BTM_ESCO_2_SCO(p_setup->packet_types)))
433 btm_handle_to_acl_index(acl_handle);
434 if ((xx = btm_handle_to_acl_index(acl_handle)) < MAX_L2CAP_LINKS)
459 if (!btsnd_hcic_setup_esco_conn(acl_handle,
569 UINT16 acl_handle = 0; local
585 if ((!remote_bda) || ((acl_handle = BTM_GetHCIConnHandle (remote_bda, BT_TRANSPORT_BR_EDR)) == 0xFFFF))
688 BTM_TRACE_API("Role Change is in progress for ACL handle 0x%04x",acl_handle);
700 acl_handle, btm_cb.sco_cb.desired_sco_mode);
702 if ((btm_send_connect_request(acl_handle, p_setup)) != BTM_CMD_STARTED
737 UINT16 acl_handle; local
771 UINT16 acl_handle; local
    [all...]
  /external/qemu/include/hw/
bt.h 1647 #define acl_handle macro
    [all...]

Completed in 142 milliseconds