OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:acl_handle
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/btm/
btm_sco.c
399
static tBTM_STATUS btm_send_connect_request(UINT16
acl_handle
,
409
if (!btsnd_hcic_add_SCO_conn (
acl_handle
, BTM_ESCO_2_SCO(p_setup->packet_types)))
426
btm_handle_to_acl_index(
acl_handle
);
427
if ((xx = btm_handle_to_acl_index(
acl_handle
)) < MAX_L2CAP_LINKS)
452
if (!btsnd_hcic_setup_esco_conn(
acl_handle
,
562
UINT16
acl_handle
= 0;
local
578
if ((!remote_bda) || ((
acl_handle
= BTM_GetHCIConnHandle (remote_bda)) == 0xFFFF))
681
BTM_TRACE_API1("Role Change is in progress for ACL handle 0x%04x",
acl_handle
);
693
acl_handle
, btm_cb.sco_cb.desired_sco_mode);
695
if ((btm_send_connect_request(
acl_handle
, p_setup)) != BTM_CMD_STARTED
730
UINT16
acl_handle
;
local
764
UINT16
acl_handle
;
local
[
all
...]
/external/qemu/hw/
bt-hci.c
[
all
...]
bt.h
1647
#define
acl_handle
macro
[
all
...]
Completed in 386 milliseconds