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 433 ** GAP_ERR_BAD_STATE - connection not established
449 return (GAP_ERR_BAD_STATE);
479 return (GAP_ERR_BAD_STATE);
500 ** GAP_ERR_BAD_STATE - connection not established
515 return (GAP_ERR_BAD_STATE);
564 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 */
618 ** GAP_ERR_BAD_STATE - connection not established
633 ** GAP_ERR_BAD_STATE - connection not established
    [all...]

Completed in 24 milliseconds