Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c77 static void btu_hcif_command_complete_evt (BT_HDR *response, void *context);
459 metadata->command_complete_cb = btu_hcif_command_complete_evt; in btu_hcif_send_cmd()
476 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()
525 btu_hcif_command_complete_evt, in btu_hcif_send_cmd_sync()
1179 static void btu_hcif_command_complete_evt(BT_HDR *response, void *context) in btu_hcif_command_complete_evt() function