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

  /system/bt/stack/include/
gap_api.h 46 #define GAP_ERR_BAD_STATE (GAP_ERR_GRP + 0x10) /* Connection is in invalid state */
215 ** GAP_ERR_BAD_STATE - connection not established
230 ** GAP_ERR_BAD_STATE - connection not established
  /system/bt/stack/gap/
gap_conn.c 445 ** GAP_ERR_BAD_STATE - connection not established
461 return (GAP_ERR_BAD_STATE);
491 return (GAP_ERR_BAD_STATE);
512 ** GAP_ERR_BAD_STATE - connection not established
527 return (GAP_ERR_BAD_STATE);
576 return (GAP_ERR_BAD_STATE);
    [all...]

Completed in 42 milliseconds