Home | History | Annotate | Download | only in btm

Lines Matching defs:p_acl_cb

2996     tACL_CONN        *p_acl_cb = &btm_cb.acl_db[0];
3010 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p_acl_cb++)
3012 if ((p_acl_cb->in_use) && (p_acl_cb->hci_handle == handle))
3014 STREAM_TO_ARRAY(p_acl_cb->peer_le_features, p, BD_FEATURES_LEN);
3016 l2cble_notify_le_connection (p_acl_cb->remote_addr);