HomeSort by relevance Sort by last modified time
    Searched defs:ConnectState (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 168 ConnectState cs = (ConnectState)msg.obj;
337 static protected class ConnectState {
338 public ConnectState(byte[] address, int state, int error, int local_role, int remote_role) {
358 msg.obj = new ConnectState(address, state, error, local_role, remote_role);
  /system/connectivity/shill/
service.h 132 enum ConnectState {
203 virtual ConnectState state() const { return state_; }
206 virtual void SetState(ConnectState state);
215 static bool IsConnectedState(ConnectState state);
216 static bool IsConnectingState(ConnectState state);
441 static const char* ConnectStateToString(const ConnectState& state);
    [all...]

Completed in 150 milliseconds