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

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AbstractionLayer.java 55 static final int BT_BOND_STATE_NONE = 0x00;
  /system/bt/btif/src/
btif_dm.c 498 state = BT_BOND_STATE_NONE;
640 bond_state_changed(BT_STATUS_FAIL, &remote_bd, BT_BOND_STATE_NONE);
692 bond_state_changed(status, bd_addr, BT_BOND_STATE_NONE);
    [all...]
  /hardware/libhardware/include/hardware/
bluetooth.h 268 BT_BOND_STATE_NONE,
  /system/bt/tools/bdtool/
adapter.c 102 case BT_BOND_STATE_NONE:

Completed in 106 milliseconds