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

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AbstractionLayer.java 55 static final int BT_BOND_STATE_NONE = 0x00;
  /system/bt/test/suite/adapter/
bluetooth_test.cc 42 bond_state_ = BT_BOND_STATE_NONE;
  /system/bt/btif/src/
btif_dm.cc 497 if (pairing_cb.bond_type == BOND_TYPE_TEMPORARY) state = BT_BOND_STATE_NONE;
637 BT_BOND_STATE_NONE);
688 bond_state_changed(status, bd_addr, BT_BOND_STATE_NONE);
    [all...]
  /hardware/libhardware/include/hardware/
bluetooth.h 284 BT_BOND_STATE_NONE,
  /system/bt/include/hardware/
bluetooth.h 273 BT_BOND_STATE_NONE,
  /system/bt/tools/bdtool/
adapter.c 90 case BT_BOND_STATE_NONE:
  /system/bt/tools/mcap_tool/
mcap_tool.cc 105 static int global_pair_state = BT_BOND_STATE_NONE;

Completed in 567 milliseconds