Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/hci/include/hci/
Dhci_layer.h72 typedef void (*command_status_cb)(uint8_t status, BT_HDR *command, void *context); typedef
85 command_status_cb status_cb,
/hal_espressif-3.6.0/components/bt/host/bluedroid/hci/
Dhci_layer.c48 command_status_cb status_callback;
240 command_status_cb status_callback, in transmit_command()