Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_acl.cc958 uint8_t acl_idx; in btm_read_remote_features() local
963 acl_idx = btm_handle_to_acl_index(handle); in btm_read_remote_features()
964 if (acl_idx >= MAX_L2CAP_LINKS) { in btm_read_remote_features()
969 p_acl_cb = &btm_cb.acl_db[acl_idx]; in btm_read_remote_features()
1011 uint8_t acl_idx; in btm_read_remote_features_complete() local
1024 acl_idx = btm_handle_to_acl_index(handle); in btm_read_remote_features_complete()
1025 if (acl_idx >= MAX_L2CAP_LINKS) { in btm_read_remote_features_complete()
1031 p_acl_cb = &btm_cb.acl_db[acl_idx]; in btm_read_remote_features_complete()
1070 uint8_t acl_idx; in btm_read_remote_ext_features_complete() local
1088 acl_idx = btm_handle_to_acl_index(handle); in btm_read_remote_ext_features_complete()
[all …]
Dbtm_sec.cc4086 uint8_t acl_idx = btm_handle_to_acl_index(handle); in btm_sec_encrypt_change() local
4130 if (acl_idx != MAX_L2CAP_LINKS) p_acl = &btm_cb.acl_db[acl_idx]; in btm_sec_encrypt_change()