Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_acl.c1374 UINT8 acl_idx; in btm_read_remote_features() local
1379 if ((acl_idx = btm_handle_to_acl_index(handle)) >= MAX_L2CAP_LINKS) in btm_read_remote_features()
1385 p_acl_cb = &btm_cb.acl_db[acl_idx]; in btm_read_remote_features()
1427 UINT8 acl_idx; in btm_read_remote_features_complete() local
1440 if ((acl_idx = btm_handle_to_acl_index(handle)) >= MAX_L2CAP_LINKS) in btm_read_remote_features_complete()
1446 p_acl_cb = &btm_cb.acl_db[acl_idx]; in btm_read_remote_features_complete()
1486 UINT8 acl_idx; in btm_read_remote_ext_features_complete() local
1496 if ((acl_idx = btm_handle_to_acl_index(handle)) >= MAX_L2CAP_LINKS) in btm_read_remote_ext_features_complete()
1508 p_acl_cb = &btm_cb.acl_db[acl_idx]; in btm_read_remote_ext_features_complete()
1546 UINT8 acl_idx; in btm_read_remote_ext_features_failed() local
[all …]