Home
last modified time | relevance | path

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

/system/bt/hci/include/
Dhci_layer.h74 typedef void (*command_status_cb)(uint8_t status, BT_HDR *command, void *context); typedef
93 command_status_cb status_cb,
/system/bt/hci/src/
Dhci_layer.c93 command_status_cb status_callback;
357 command_status_cb status_callback, in transmit_command()