Searched refs:command_complete_cb (Results 1 – 4 of 4) sorted by relevance
76 typedef void (*command_complete_cb)(BT_HDR *response, void *context); typedef89 command_complete_cb complete_callback,
252 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()
459 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()
41 hci_cmd_cmpl_cb command_complete_cb; member