Searched refs:acl_idx (Results 1 – 2 of 2) sorted by relevance
958 uint8_t acl_idx; in btm_read_remote_features() local963 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() local1024 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() local1088 acl_idx = btm_handle_to_acl_index(handle); in btm_read_remote_ext_features_complete()[all …]
4086 uint8_t acl_idx = btm_handle_to_acl_index(handle); in btm_sec_encrypt_change() local4130 if (acl_idx != MAX_L2CAP_LINKS) p_acl = &btm_cb.acl_db[acl_idx]; in btm_sec_encrypt_change()