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

  /external/bluetooth/bluedroid/stack/gap/
gap_utils.c 190 p_result->status = GAP_EOINQDB; /* No inquiry results; we're done! */
253 p_result->status = GAP_EOINQDB; /* No inquiry results; we're done! */
281 ** GAP_EOINQDB if the name was not found in the database
306 return (GAP_EOINQDB);
gap_api.c 592 ** GAP_EOINQDB if no more entries in the database.
614 return(GAP_EOINQDB);
628 ** GAP_EOINQDB if no more entries in the database.
654 return(GAP_EOINQDB);
    [all...]
  /external/bluetooth/bluedroid/stack/include/
gap_api.h 32 #define GAP_EOINQDB (GAP_ERR_GRP + 0x02) /* End of inquiry database marker */
341 ** GAP_EOINQDB if no more entries in the database.
353 ** GAP_EOINQDB if no more entries in the database.
    [all...]

Completed in 897 milliseconds