Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_acl.c56 static void btm_process_remote_ext_features (tACL_CONN *p_acl_cb, UINT8 num_read_pages);
913 tACL_CONN *p_acl_cb = &btm_cb.acl_db[0]; in btm_read_remote_version_complete() local
923 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p_acl_cb++) in btm_read_remote_version_complete()
925 if ((p_acl_cb->in_use) && (p_acl_cb->hci_handle == handle)) in btm_read_remote_version_complete()
929 STREAM_TO_UINT8 (p_acl_cb->lmp_version, p); in btm_read_remote_version_complete()
930 STREAM_TO_UINT16 (p_acl_cb->manufacturer, p); in btm_read_remote_version_complete()
931 STREAM_TO_UINT16 (p_acl_cb->lmp_subversion, p); in btm_read_remote_version_complete()
935 if (p_acl_cb->transport == BT_TRANSPORT_LE) in btm_read_remote_version_complete()
936 l2cble_notify_le_connection (p_acl_cb->remote_addr); in btm_read_remote_version_complete()
954 void btm_process_remote_ext_features (tACL_CONN *p_acl_cb, UINT8 num_read_pages) in btm_process_remote_ext_features() argument
[all …]
Dbtm_ble_gap.c3200 tACL_CONN *p_acl_cb = &btm_cb.acl_db[0]; in btm_ble_read_remote_features_complete() local
3216 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p_acl_cb++) in btm_ble_read_remote_features_complete()
3218 if ((p_acl_cb->in_use) && (p_acl_cb->hci_handle == handle)) in btm_ble_read_remote_features_complete()
3220 STREAM_TO_ARRAY(p_acl_cb->peer_le_features, p, BD_FEATURES_LEN); in btm_ble_read_remote_features_complete()
3221 btsnd_hcic_rmt_ver_req (p_acl_cb->hci_handle); in btm_ble_read_remote_features_complete()
Dbtm_int.h981 extern void btm_establish_continue (tACL_CONN *p_acl_cb);
1105 extern void btm_sec_set_peer_sec_caps (tACL_CONN *p_acl_cb, tBTM_SEC_DEV_REC *p_dev_rec);
Dbtm_sec.c4387 tACL_CONN *p_acl_cb; in btm_sec_connected() local
4642 p_acl_cb = btm_bda_to_acl(bda, BT_TRANSPORT_BR_EDR); in btm_sec_connected()
4643 if (p_acl_cb) in btm_sec_connected()
4650 btm_set_packet_types (p_acl_cb, btm_cb.btm_acl_pkt_types_supported); in btm_sec_connected()
4653 BTM_SetLinkPolicy (p_acl_cb->remote_addr, &btm_cb.btm_def_link_policy); in btm_sec_connected()
6100 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
6108 HCI_SSP_HOST_SUPPORTED(p_acl_cb->peer_lmp_features[HCI_EXT_FEATURES_PAGE_1])) in btm_sec_set_peer_sec_caps()
6112 (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/avdt/
Davdt_l2c.c207 tACL_CONN *p_acl_cb = btm_bda_to_acl(bd_addr, BT_TRANSPORT_BR_EDR); in avdt_l2c_connect_ind_cback() local
208 btm_set_packet_types(p_acl_cb, (btm_cb.btm_acl_pkt_types_supported | in avdt_l2c_connect_ind_cback()
335 … tACL_CONN *p_acl_cb = btm_bda_to_acl(p_ccb->peer_addr, BT_TRANSPORT_BR_EDR); in avdt_l2c_connect_cfm_cback() local
336 btm_set_packet_types(p_acl_cb, (btm_cb.btm_acl_pkt_types_supported | in avdt_l2c_connect_cfm_cback()
/system/bt/stack/l2cap/
Dl2c_ble.c108 tACL_CONN *p_acl_cb = btm_bda_to_acl(rem_bda, BT_TRANSPORT_LE); in L2CA_UpdateBleConnParams() local
114 if (!p_lcb || !p_acl_cb) in L2CA_UpdateBleConnParams()
503 tACL_CONN *p_acl_cb = btm_bda_to_acl(p_lcb->remote_bd_addr, BT_TRANSPORT_LE); in l2cble_start_conn_update() local
530 HCI_LE_CONN_PARAM_REQ_SUPPORTED(p_acl_cb->peer_le_features)) in l2cble_start_conn_update()
555 HCI_LE_CONN_PARAM_REQ_SUPPORTED(p_acl_cb->peer_le_features)) in l2cble_start_conn_update()