Home
last modified time | relevance | path

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

/system/bt/hci/src/
Dhci_layer.c149 static void sco_config_callback(bool success);
242 vendor->set_callback(VENDOR_CONFIGURE_SCO, sco_config_callback); in start_up()
427 sco_config_callback(false); in event_postload()
432 static void sco_config_callback(UNUSED_ATTR bool success) { in sco_config_callback() function
/system/bt/hci/test/
Dhci_layer_test.cpp67 static vendor_cb sco_config_callback; variable
390 sco_config_callback = callback;
436 sco_config_callback(true);