Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/hci/include/hci/
Dhci_layer.h76 typedef void (*command_complete_cb)(BT_HDR *response, void *context); typedef
89 command_complete_cb complete_callback,
/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_layer.c252 command_complete_cb complete_callback, in transmit_command()
454 } else if (metadata->command_complete_cb) { in filter_incoming_event()
455 metadata->command_complete_cb(packet, metadata->context); in filter_incoming_event()
504 (!metadata->command_complete_cb && !metadata->complete_future)) { in filter_incoming_event()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c459 metadata->command_complete_cb = btu_hcif_command_complete_evt; in btu_hcif_send_cmd()
507 metadata->command_complete_cb = btu_hcif_command_complete_evt; in btu_hcif_send_cmd_sync()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcimsgs.h41 hci_cmd_cmpl_cb command_complete_cb; member