Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c78 static void btu_hcif_command_status_evt (uint8_t status, BT_HDR *command, void *context);
460 metadata->command_status_cb = btu_hcif_command_status_evt; in btu_hcif_send_cmd()
477 btu_hcif_command_status_evt, in btu_hcif_send_cmd()
508 metadata->command_status_cb = btu_hcif_command_status_evt; in btu_hcif_send_cmd_sync()
526 btu_hcif_command_status_evt, in btu_hcif_send_cmd_sync()
1457 static void btu_hcif_command_status_evt(uint8_t status, BT_HDR *command, void *context) in btu_hcif_command_status_evt() function