Lines Matching refs:BluetoothTest
35 void BluetoothTest::SetUp() { in SetUp()
63 void BluetoothTest::TearDown() { in TearDown()
75 void BluetoothTest::ClearSemaphore(semaphore_t* sem) { in ClearSemaphore()
80 const bt_interface_t* BluetoothTest::bt_interface() { return bt_interface_; } in bt_interface()
82 bt_state_t BluetoothTest::GetState() { return state_; } in GetState()
84 int BluetoothTest::GetPropertiesChangedCount() { in GetPropertiesChangedCount()
88 bt_property_t* BluetoothTest::GetProperty(bt_property_type_t type) { in GetProperty()
97 bt_property_t* BluetoothTest::GetRemoteDeviceProperty(const RawAddress* addr, in GetRemoteDeviceProperty()
109 bt_discovery_state_t BluetoothTest::GetDiscoveryState() { in GetDiscoveryState()
113 bt_acl_state_t BluetoothTest::GetAclState() { return acl_state_; } in GetAclState()
116 bt_bond_state_t BluetoothTest::GetBondState() { return bond_state_; } in GetBondState()
119 void BluetoothTest::AdapterStateChangedCallback(bt_state_t new_state) { in AdapterStateChangedCallback()
125 void BluetoothTest::AdapterPropertiesCallback(bt_status_t status, in AdapterPropertiesCallback()
136 void BluetoothTest::RemoteDevicePropertiesCallback(bt_status_t status, in RemoteDevicePropertiesCallback()
150 void BluetoothTest::DiscoveryStateChangedCallback(bt_discovery_state_t state) { in DiscoveryStateChangedCallback()