Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/bt/host/bluedroid/hci/
Dhci_layer.c259 command->event = MSG_STACK_TO_HC_HCI_CMD; in transmit_command()
282 command->event = MSG_STACK_TO_HC_HCI_CMD; in transmit_command_futured()
291 if (type == MSG_STACK_TO_HC_HCI_CMD) { in transmit_downward()
348 if (event != MSG_STACK_TO_HC_HCI_CMD && send_transmit_finished) { in transmit_fragment()
525 } else if (event == MSG_STACK_TO_HC_HCI_CMD) { in event_to_data_type()
/hal_espressif-3.5.0/components/bt/host/bluedroid/hci/include/hci/
Dhci_layer.h44 #define MSG_STACK_TO_HC_HCI_CMD 0x2000 /* eq. BT_EVT_TO_LM_HCI_CMD */ macro