Home
last modified time | relevance | path

Searched refs:AdapterPropertiesCallback (Results 1 – 6 of 6) sorted by relevance

/system/bt/service/hal/
Dbluetooth_interface.cc78 void AdapterPropertiesCallback(bt_status_t status, int num_properties, in AdapterPropertiesCallback() function
85 AdapterPropertiesCallback(status, num_properties, properties)); in AdapterPropertiesCallback()
217 AdapterPropertiesCallback,
328 void BluetoothInterface::Observer::AdapterPropertiesCallback( in AdapterPropertiesCallback() function in bluetooth::hal::BluetoothInterface::Observer
Dbluetooth_interface.h53 virtual void AdapterPropertiesCallback(bt_status_t status,
Dfake_bluetooth_interface.cc104 observer.AdapterPropertiesCallback(BT_STATUS_SUCCESS, num_properties, in NotifyAdapterPropertiesChanged()
/system/bt/test/suite/adapter/
Dbluetooth_test.h80 void AdapterPropertiesCallback(bt_status_t status, int num_properties,
Dbluetooth_test.cc125 void BluetoothTest::AdapterPropertiesCallback(bt_status_t status, in AdapterPropertiesCallback() function in bttest::BluetoothTest
/system/bt/service/
Dadapter.cc524 void AdapterPropertiesCallback(bt_status_t status, int num_properties, in AdapterPropertiesCallback() function in bluetooth::AdapterImpl