Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/hci/src/
Dhci_h4.c141 uint16_t hc_ble_acl_data_size; /* Controller's max BLE ACL data length */ member
225 h4_cb.hc_ble_acl_data_size = (len) ? len : h4_cb.hc_acl_data_size; in get_acl_data_length_cback()
555 h4_cb.hc_ble_acl_data_size = 27; in hci_h4_init()
610 acl_data_size = h4_cb.hc_ble_acl_data_size; in hci_h4_send_msg()
611 acl_pkt_size = h4_cb.hc_ble_acl_data_size + HCI_ACL_PREAMBLE_SIZE; in hci_h4_send_msg()
Dhci_mct.c127 uint16_t hc_ble_acl_data_size; /* Controller's max BLE ACL data length */ member
209 mct_cb.hc_ble_acl_data_size = (len) ? len : mct_cb.hc_acl_data_size; in get_acl_data_length_cback()
551 mct_cb.hc_ble_acl_data_size = 27; in hci_mct_init()
597 acl_data_size = mct_cb.hc_ble_acl_data_size; in hci_mct_send_msg()
598 acl_pkt_size = mct_cb.hc_ble_acl_data_size + HCI_ACL_PREAMBLE_SIZE; in hci_mct_send_msg()