Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/hci/include/hci/
Dhci_layer.h52 #define HCI_CMD_MSG_F_VND_QUEUED (0x02) macro
/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_layer.c260 metadata->flags_vnd |= HCI_CMD_MSG_F_VND_QUEUED; in transmit_command()
280 metadata->flags_vnd |= (HCI_CMD_MSG_F_VND_QUEUED | HCI_CMD_MSG_F_VND_FUTURE); in transmit_command_futured()
317 metadata->flags_vnd &= ~HCI_CMD_MSG_F_VND_QUEUED; in event_command_ready()