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

  /external/bluetooth/bluedroid/test/suite/cases/
adapter.c 80 CALL_AND_WAIT(error = bt_interface->start_discovery(), discovery_state_changed);
81 TASSERT(error == BT_STATUS_SUCCESS, "Error calling start_discovery: %d", error);
90 CALL_AND_WAIT(bt_interface->start_discovery(), discovery_state_changed);
  /external/bluetooth/bluedroid/btif/src/
bluetooth.c 250 static int start_discovery(void) function
447 start_discovery,
  /hardware/libhardware/include/hardware/
bluetooth.h 477 int (*start_discovery)(void); member in struct:__anon40301
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_act.c     [all...]
bta_jv_int.h 402 tBTA_JV_API_START_DISCOVERY start_discovery; member in union:__anon5573
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 826 int ret = sBluetoothInterface->start_discovery();
    [all...]

Completed in 230 milliseconds