Home
last modified time | relevance | path

Searched refs:HciDataPreamble (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/test/hci/
Dstack_hci_test.cc53 HciDataPreamble preamble; in TEST_F()
73 HciDataPreamble preamble; in TEST_F()
89 HciDataPreamble preamble; in TEST_F()
105 HciDataPreamble preamble; in TEST_F()
121 HciDataPreamble preamble; in TEST_F()
/system/bt/main/test/
Dmain_shim_test.cc380 (BT_HDR*)calloc(1, sizeof(BT_HDR) + sizeof(HciDataPreamble)); in TEST_F()
383 HciDataPreamble* hci = ToPacketData<HciDataPreamble>(bt_hdr); in TEST_F()
393 (BT_HDR*)calloc(1, sizeof(BT_HDR) + sizeof(HciDataPreamble) + offset); in TEST_F()
397 HciDataPreamble* hci = ToPacketData<HciDataPreamble>(bt_hdr); in TEST_F()
407 (BT_HDR*)calloc(1, sizeof(BT_HDR) + sizeof(HciDataPreamble) + offset); in TEST_F()
/system/bt/main/shim/
Dhelpers.h249 return ToPacketData<const HciDataPreamble>(p_buf)->IsFlushable(); in IsPacketFlushable()
/system/bt/stack/include/
Dhcidefs.h880 union HciDataPreamble { union
894 #define HCI_DATA_PREAMBLE_SIZE sizeof(HciDataPreamble)