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.c148 static void sco_config_callback(bool success);
249 vendor->set_callback(VENDOR_CONFIGURE_SCO, sco_config_callback); in start_up()
446 sco_config_callback(false); in event_postload()
451 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;
444 sco_config_callback(true);