Home
last modified time | relevance | path

Searched refs:BNEP_NO_RESOURCES (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/stack/include/
Dbnep_api.h56 BNEP_NO_RESOURCES, /* No resources */ enumerator
Dpan_api.h76 PAN_NO_RESOURCES = BNEP_NO_RESOURCES, /* No resources */
/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_api.cc146 if (p_bcb == NULL) return (BNEP_NO_RESOURCES); in BNEP_Connect()