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
141
uint16_t
hc_ble_acl_data_size
; /* Controller's max BLE ACL data length */
member in struct:__anon5784
225
h4_cb.
hc_ble_acl_data_size
= (len) ? len : h4_cb.hc_acl_data_size;
555
h4_cb.
hc_ble_acl_data_size
= 27;
610
acl_data_size = h4_cb.
hc_ble_acl_data_size
;
611
acl_pkt_size = h4_cb.
hc_ble_acl_data_size
+ HCI_ACL_PREAMBLE_SIZE;
[
all
...]
hci_mct.c
127
uint16_t
hc_ble_acl_data_size
; /* Controller's max BLE ACL data length */
member in struct:__anon5788
209
mct_cb.
hc_ble_acl_data_size
= (len) ? len : mct_cb.hc_acl_data_size;
551
mct_cb.
hc_ble_acl_data_size
= 27;
597
acl_data_size = mct_cb.
hc_ble_acl_data_size
;
598
acl_pkt_size = mct_cb.
hc_ble_acl_data_size
+ HCI_ACL_PREAMBLE_SIZE;
[
all
...]
Completed in 37 milliseconds