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.h67 typedef void (*command_status_cb)(uint8_t status, BT_HDR* command, typedef
78 command_status_cb status_cb, void* context);
/system/bt/hci/src/
Dhci_layer.cc71 command_status_cb status_callback;
292 command_status_cb status_callback, void* context) { in transmit_command()