HomeSort by relevance Sort by last modified time
    Searched full:start_discovery (Results 1 - 16 of 16) sorted by null

  /system/bt/test/suite/adapter/
adapter_unittest.cpp 123 EXPECT_EQ(bt_interface()->start_discovery(), BT_STATUS_SUCCESS);
139 EXPECT_EQ(bt_interface()->start_discovery(), BT_STATUS_SUCCESS);
  /system/bt/service/hal/
fake_bluetooth_interface.cpp 58 nullptr, /* start_discovery */
  /external/autotest/server/cros/bluetooth/
bluetooth_device.py 189 def start_discovery(self): member in class:BluetoothDevice
198 return self._proxy.start_discovery()
  /system/bt/btif/src/
bluetooth.c 244 static int start_discovery(void) function
486 start_discovery,
  /external/autotest/client/cros/chameleon/
chameleon_bluetooth_audio.py 46 if not bt_adapter.start_discovery():
  /external/autotest/server/site_tests/bluetooth_Sanity_Discovery/
bluetooth_Sanity_Discovery.py 125 if not self.device.start_discovery():
  /external/autotest/server/site_tests/bluetooth_Sanity_LEDiscovery/
bluetooth_Sanity_LEDiscovery.py 126 if not self.device.start_discovery():
  /external/autotest/server/site_tests/network_WiFi_BluetoothScanPerf/
network_WiFi_BluetoothScanPerf.py 119 if not bt_device.start_discovery():
  /system/bt/bta/jv/
bta_jv_act.c 908 bta_jv_cb.p_dm_cback(BTA_JV_DISCOVERY_COMP_EVT, (tBTA_JV *)&status, p_data->start_discovery.user_data);
913 APPL_TRACE_DEBUG("call SDP_InitDiscoveryDb, p_data->start_discovery.num_uuid:%d",
914 p_data->start_discovery.num_uuid);
916 p_data->start_discovery.num_uuid, p_data->start_discovery.uuid_list, 0, NULL);
923 bta_jv_cb.uuid = p_data->start_discovery.uuid_list[0];
926 if (!SDP_ServiceSearchAttributeRequest2(p_data->start_discovery.bd_addr,
928 bta_jv_start_discovery_cback, p_data->start_discovery.user_data))
933 bta_jv_cb.p_dm_cback(BTA_JV_DISCOVERY_COMP_EVT, (tBTA_JV *)&status, p_data->start_discovery.user_data);
    [all...]
bta_jv_int.h 351 tBTA_JV_API_START_DISCOVERY start_discovery; member in union:__anon72113
  /system/bt/tools/bdtool/
bdtool.c 106 CALL_AND_WAIT(bt_interface->start_discovery(), discovery_state_changed);
  /external/autotest/client/cros/bluetooth/
bluetooth_tester_xmlrpc_server.py 311 set_type = self._control.start_discovery(self.index, address_type)
bluetooth_device_xmlrpc_server.py 449 def start_discovery(self): member in class:BluetoothDeviceXmlRpcDelegate
  /hardware/libhardware/include/hardware/
bluetooth.h 505 int (*start_discovery)(void); member in struct:__anon31125
  /external/autotest/client/common_lib/cros/bluetooth/
bluetooth_socket.py 907 def start_discovery(self, index, address_type): member in class:BluetoothControlSocket
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 778 int ret = sBluetoothInterface->start_discovery();
    [all...]

Completed in 889 milliseconds