Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_acl.c53 static void btm_process_remote_ext_features (tACL_CONN *p_acl_cb, UINT8 num_read_pages);
909 tACL_CONN *p_acl_cb = &btm_cb.acl_db[0]; in btm_read_remote_version_complete() local
920 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p_acl_cb++) in btm_read_remote_version_complete()
922 if ((p_acl_cb->in_use) && (p_acl_cb->hci_handle == handle)) in btm_read_remote_version_complete()
924 STREAM_TO_UINT8 (p_acl_cb->lmp_version, p); in btm_read_remote_version_complete()
925 STREAM_TO_UINT16 (p_acl_cb->manufacturer, p); in btm_read_remote_version_complete()
926 STREAM_TO_UINT16 (p_acl_cb->lmp_subversion, p); in btm_read_remote_version_complete()
944 void btm_process_remote_ext_features (tACL_CONN *p_acl_cb, UINT8 num_read_pages) in btm_process_remote_ext_features() argument
946 UINT16 handle = p_acl_cb->hci_handle; in btm_process_remote_ext_features()
956 p_dev_rec = btm_find_or_alloc_dev (p_acl_cb->remote_addr); in btm_process_remote_ext_features()
[all …]
Dbtm_ble_gap.c3197 tACL_CONN *p_acl_cb = &btm_cb.acl_db[0]; in btm_ble_read_remote_features_complete() local
3213 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p_acl_cb++) in btm_ble_read_remote_features_complete()
3215 if ((p_acl_cb->in_use) && (p_acl_cb->hci_handle == handle)) in btm_ble_read_remote_features_complete()
3217 STREAM_TO_ARRAY(p_acl_cb->peer_le_features, p, BD_FEATURES_LEN); in btm_ble_read_remote_features_complete()
3219 l2cble_notify_le_connection (p_acl_cb->remote_addr); in btm_ble_read_remote_features_complete()
Dbtm_int.h966 extern void btm_establish_continue (tACL_CONN *p_acl_cb);
1085 extern void btm_sec_set_peer_sec_caps (tACL_CONN *p_acl_cb, tBTM_SEC_DEV_REC *p_dev_rec);
Dbtm_sec.c4425 tACL_CONN *p_acl_cb; in btm_sec_connected() local
4679 p_acl_cb = btm_bda_to_acl(bda, BT_TRANSPORT_BR_EDR); in btm_sec_connected()
4680 if (p_acl_cb) in btm_sec_connected()
4687 btm_set_packet_types (p_acl_cb, btm_cb.btm_acl_pkt_types_supported); in btm_sec_connected()
4690 BTM_SetLinkPolicy (p_acl_cb->remote_addr, &btm_cb.btm_def_link_policy); in btm_sec_connected()
6185 void btm_sec_set_peer_sec_caps(tACL_CONN *p_acl_cb, tBTM_SEC_DEV_REC *p_dev_rec) in btm_sec_set_peer_sec_caps() argument
6193 HCI_SSP_HOST_SUPPORTED(p_acl_cb->peer_lmp_features[HCI_EXT_FEATURES_PAGE_1])) in btm_sec_set_peer_sec_caps()
6197 (HCI_SC_HOST_SUPPORTED(p_acl_cb->peer_lmp_features[HCI_EXT_FEATURES_PAGE_1])); in btm_sec_set_peer_sec_caps()
/system/bt/stack/l2cap/
Dl2c_ble.c104 tACL_CONN *p_acl_cb = btm_bda_to_acl(rem_bda, BT_TRANSPORT_LE); in L2CA_UpdateBleConnParams() local
110 if (!p_lcb || !p_acl_cb) in L2CA_UpdateBleConnParams()
484 tACL_CONN *p_acl_cb = btm_bda_to_acl(p_lcb->remote_bd_addr, BT_TRANSPORT_LE); in l2cble_start_conn_update() local
506 HCI_LE_CONN_PARAM_REQ_SUPPORTED(p_acl_cb->peer_le_features)) in l2cble_start_conn_update()
531 HCI_LE_CONN_PARAM_REQ_SUPPORTED(p_acl_cb->peer_le_features)) in l2cble_start_conn_update()