OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_acl
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/stack/btm/
btm_sco.c
404
tACL_CONN *
p_acl
;
local
429
p_acl
= &btm_cb.acl_db[xx];
430
if (!HCI_EDR_ESCO_2MPS_SUPPORTED(
p_acl
->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0]))
437
if (!HCI_EDR_ESCO_3MPS_SUPPORTED(
p_acl
->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0]))
564
tACL_CONN *
p_acl
;
local
678
p_acl
= btm_bda_to_acl(remote_bda);
679
if (
p_acl
&&
p_acl
->switch_role_state != BTM_ACL_SWKEY_STATE_IDLE)
[
all
...]
btm_pm.c
923
tACL_CONN *
p_acl
=NULL;
local
937
p_acl
= &btm_cb.acl_db[xx];
949
if(
p_acl
)
951
(*btm_cb.pm_reg_db[yy].cback)(
p_acl
->remote_addr, BTM_PM_STS_SSR, use_ssr, status);
btm_ble.c
297
tACL_CONN *
p_acl
= btm_bda_to_acl(remote_bda);
local
299
if (
p_acl
== NULL)
304
memcpy(local_conn_addr,
p_acl
->conn_addr, BD_ADDR_LEN);
305
* p_addr_type =
p_acl
->conn_addr_type;
308
p_acl
->conn_addr_type,
p_acl
->conn_addr[0]);
[
all
...]
btm_sec.c
3927
tACL_CONN *
p_acl
;
local
[
all
...]
Completed in 114 milliseconds