Searched refs:BNEP_MAX_CONNECTIONS (Results 1 - 4 of 4) sorted by relevance

/system/bt/stack/bnep/
H A Dbnep_api.cc220 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE);
297 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE);
341 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) {
454 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE);
548 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE);
604 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE);
672 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE);
H A Dbnep_int.h163 tBNEP_CONN bcb[BNEP_MAX_CONNECTIONS];
H A Dbnep_utils.cc64 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++) {
88 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++) {
112 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++) {
/system/bt/include/
H A Dbt_target.h1065 #ifndef BNEP_MAX_CONNECTIONS
1066 #define BNEP_MAX_CONNECTIONS 7 macro

Completed in 146 milliseconds