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

  /system/bt/stack/include/
bnep_api.h 51 BNEP_NO_RESOURCES, /* No resources */
246 * BNEP_NO_RESOURCES if no resources
334 * BNEP_NO_RESOURCES - If not able to allocate a buffer
427 * BNEP_NO_RESOURCES - if no structure is passed for
pan_api.h 64 PAN_NO_RESOURCES = BNEP_NO_RESOURCES, /* No resources */
  /system/bt/stack/bnep/
bnep_api.cc 125 * BNEP_NO_RESOURCES if no resources
139 if (p_bcb == NULL) return (BNEP_NO_RESOURCES);
428 * BNEP_NO_RESOURCES - If not able to allocate a buffer
648 * BNEP_NO_RESOURCES - if no structure is passed for
658 if (!p_status) return BNEP_NO_RESOURCES;

Completed in 70 milliseconds