OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hc_ble_acl_data_size
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/hci/src/
hci_h4.c
139
uint16_t
hc_ble_acl_data_size
; /* Controller's max BLE ACL data length */
member in struct:__anon733
229
h4_cb.
hc_ble_acl_data_size
= (len) ? len : h4_cb.hc_acl_data_size;
561
h4_cb.
hc_ble_acl_data_size
= 27;
621
acl_data_size = h4_cb.
hc_ble_acl_data_size
;
622
acl_pkt_size = h4_cb.
hc_ble_acl_data_size
+ HCI_ACL_PREAMBLE_SIZE;
[
all
...]
hci_mct.c
124
uint16_t
hc_ble_acl_data_size
; /* Controller's max BLE ACL data length */
member in struct:__anon737
212
mct_cb.
hc_ble_acl_data_size
= (len) ? len : mct_cb.hc_acl_data_size;
556
mct_cb.
hc_ble_acl_data_size
= 27;
607
acl_data_size = mct_cb.
hc_ble_acl_data_size
;
608
acl_pkt_size = mct_cb.
hc_ble_acl_data_size
+ HCI_ACL_PREAMBLE_SIZE;
[
all
...]
Completed in 29 milliseconds