Home | History | Annotate | Download | only in adapter

Lines Matching full:bluetoothtest

34 void BluetoothTest::SetUp() {
58 void BluetoothTest::TearDown() {
70 void BluetoothTest::ClearSemaphore(semaphore_t* sem) {
75 const bt_interface_t* BluetoothTest::bt_interface() { return bt_interface_; }
77 bt_state_t BluetoothTest::GetState() { return state_; }
79 int BluetoothTest::GetPropertiesChangedCount() {
83 bt_property_t* BluetoothTest::GetProperty(bt_property_type_t type) {
92 bt_property_t* BluetoothTest::GetRemoteDeviceProperty(const bt_bdaddr_t* addr,
104 bt_discovery_state_t BluetoothTest::GetDiscoveryState() {
108 bt_acl_state_t BluetoothTest::GetAclState() { return acl_state_; }
111 bt_bond_state_t BluetoothTest::GetBondState() { return bond_state_; }
114 void BluetoothTest::AdapterStateChangedCallback(bt_state_t new_state) {
120 void BluetoothTest::AdapterPropertiesCallback(bt_status_t status,
131 void BluetoothTest::RemoteDevicePropertiesCallback(bt_status_t status,
145 void BluetoothTest::DiscoveryStateChangedCallback(bt_discovery_state_t state) {