Searched refs:MSG_STACK_TO_HC_HCI_ISO (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/hci/test/ |
D | packet_fragmenter_test.cc | 79 if (event == MSG_STACK_TO_HC_HCI_ISO) { in manufacture_packet_for_fragmentation() 93 if (event == MSG_STACK_TO_HC_HCI_ISO) { in manufacture_packet_for_fragmentation() 118 if (event == MSG_STACK_TO_HC_HCI_ISO) { in expect_packet_fragmented() 189 if (event == MSG_STACK_TO_HC_HCI_ISO) in expect_packet_fragmented() 334 expect_packet_fragmented(MSG_STACK_TO_HC_HCI_ISO, 10, packet, sample_data, in DURING() 340 expect_packet_fragmented(MSG_STACK_TO_HC_HCI_ISO, 42, packet, in DURING() 402 BT_HDR* packet = manufacture_packet_for_fragmentation(MSG_STACK_TO_HC_HCI_ISO, 414 BT_HDR* packet = manufacture_packet_for_fragmentation(MSG_STACK_TO_HC_HCI_ISO, 425 BT_HDR* packet = manufacture_packet_for_fragmentation(MSG_STACK_TO_HC_HCI_ISO, 436 BT_HDR* packet = manufacture_packet_for_fragmentation(MSG_STACK_TO_HC_HCI_ISO,
|
/packages/modules/Bluetooth/system/hci/include/ |
D | hci_layer.h | 39 #define MSG_STACK_TO_HC_HCI_ISO 0x2d00 /* eq. BT_EVT_TO_LM_HCI_ISO */ macro
|
/packages/modules/Bluetooth/system/hci/src/ |
D | packet_fragmenter.cc | 97 log::assert_that(event == MSG_STACK_TO_HC_HCI_ISO, in fragment_and_dispatch()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | hci_layer.cc | 332 if (event == MSG_STACK_TO_HC_HCI_ISO) { in transmit_fragment()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_iso_impl.h | 527 packet->event = MSG_STACK_TO_HC_HCI_ISO; in prepare_hci_packet() 583 packet->event = MSG_STACK_TO_HC_HCI_ISO | 0x0001; in send_iso_data()
|