Searched defs:CONN_STATE_CONNECTED (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java384 case CONN_STATE_CONNECTED:
595 private final static int CONN_STATE_CONNECTED = 0; field in class:PanService
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java180 if(halState == CONN_STATE_CONNECTED &&
188 if (halState == CONN_STATE_CONNECTED &&
669 case CONN_STATE_CONNECTED:
685 private final static int CONN_STATE_CONNECTED = 0; field in class:HidService
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java558 case CONN_STATE_CONNECTED:
872 private static final int CONN_STATE_CONNECTED = 1; field in class:HealthService

Completed in 111 milliseconds