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

  /external/bluetooth/bluedroid/stack/gap/
gap_conn.c 434 ** GAP_ERR_BAD_STATE - connection not established
450 return (GAP_ERR_BAD_STATE);
480 return (GAP_ERR_BAD_STATE);
501 ** GAP_ERR_BAD_STATE - connection not established
516 return (GAP_ERR_BAD_STATE);
565 return (GAP_ERR_BAD_STATE);
    [all...]
  /external/bluetooth/bluedroid/stack/include/
gap_api.h 47 #define GAP_ERR_BAD_STATE (GAP_ERR_GRP + 0x10) /* Connection is in invalid state */
619 ** GAP_ERR_BAD_STATE - connection not established
634 ** GAP_ERR_BAD_STATE - connection not established
    [all...]

Completed in 36 milliseconds