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 192 p_result->status = GAP_EOINQDB; /* No inquiry results; we're done! */
255 p_result->status = GAP_EOINQDB; /* No inquiry results; we're done! */
283 ** GAP_EOINQDB if the name was not found in the database
308 return (GAP_EOINQDB);
gap_api.c 593 ** GAP_EOINQDB if no more entries in the database.
615 return(GAP_EOINQDB);
629 ** GAP_EOINQDB if no more entries in the database.
655 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 */
336 ** GAP_EOINQDB if no more entries in the database.
348 ** GAP_EOINQDB if no more entries in the database.
    [all...]

Completed in 36 milliseconds