Home
last modified time | relevance | path

Searched refs:acl_idx (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/btm/
Dbtm_acl.c1049 UINT8 acl_idx; in btm_read_remote_features() local
1054 if ((acl_idx = btm_handle_to_acl_index(handle)) >= MAX_L2CAP_LINKS) in btm_read_remote_features()
1060 p_acl_cb = &btm_cb.acl_db[acl_idx]; in btm_read_remote_features()
1102 UINT8 acl_idx; in btm_read_remote_features_complete() local
1115 if ((acl_idx = btm_handle_to_acl_index(handle)) >= MAX_L2CAP_LINKS) in btm_read_remote_features_complete()
1121 p_acl_cb = &btm_cb.acl_db[acl_idx]; in btm_read_remote_features_complete()
1161 UINT8 acl_idx; in btm_read_remote_ext_features_complete() local
1171 if ((acl_idx = btm_handle_to_acl_index(handle)) >= MAX_L2CAP_LINKS) in btm_read_remote_ext_features_complete()
1183 p_acl_cb = &btm_cb.acl_db[acl_idx]; in btm_read_remote_ext_features_complete()
1221 UINT8 acl_idx; in btm_read_remote_ext_features_failed() local
[all …]
Dbtm_sec.c4192 UINT8 acl_idx = btm_handle_to_acl_index(handle); in btm_sec_encrypt_change() local
4240 if (acl_idx != MAX_L2CAP_LINKS) in btm_sec_encrypt_change()
4241 p_acl = &btm_cb.acl_db[acl_idx]; in btm_sec_encrypt_change()