Home
last modified time | relevance | path

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

/system/bt/hci/include/
Dbtsnoop.h31 void (*set_api_wants_to_log)(bool value); member
/system/bt/hci/src/
Dbtsnoop.c98 static void set_api_wants_to_log(bool value) { in set_api_wants_to_log() function
130 set_api_wants_to_log,
/system/bt/btif/src/
Dbluetooth.c458 btsnoop_get_interface()->set_api_wants_to_log(enable); in config_hci_snoop_log()