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

  /system/bt/stack/bnep/
bnep_api.cc 135 if (!bnep_cb.profile_registered) return BNEP_WRONG_STATE;
141 return BNEP_WRONG_STATE;
209 * BNEP_WRONG_STATE if the responce is not expected
222 return (BNEP_WRONG_STATE);
543 return (BNEP_WRONG_STATE);
599 return (BNEP_WRONG_STATE);
651 * BNEP_WRONG_STATE - if not in connected state
667 return BNEP_WRONG_STATE;
  /system/bt/stack/include/
bnep_api.h 63 BNEP_WRONG_STATE, /* Connection is in wrong state */
266 * BNEP_WRONG_STATE if the responce is not expected
430 * BNEP_WRONG_STATE - if not in connected state
pan_api.h 81 PAN_WRONG_STATE = BNEP_WRONG_STATE, /* Connection is in wrong state */

Completed in 78 milliseconds