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

/external/bluetooth/bluedroid/stack/bnep/
H A Dbnep_api.c245 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS))
322 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS))
371 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS))
492 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS))
593 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS))
656 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS))
751 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS))
H A Dbnep_int.h171 tBNEP_CONN bcb[BNEP_MAX_CONNECTIONS];
H A Dbnep_utils.c60 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++)
87 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++)
116 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++)
1453 for (i = 0, p_bcb = bnep_cb.bcb; i < BNEP_MAX_CONNECTIONS; i++, p_bcb++)
/external/bluetooth/bluedroid/include/
H A Dbt_target.h2003 #ifndef BNEP_MAX_CONNECTIONS
2004 #define BNEP_MAX_CONNECTIONS 7 macro
/external/libnfc-nci/src/include/
H A Dbt_target.h1869 #ifndef BNEP_MAX_CONNECTIONS
1870 #define BNEP_MAX_CONNECTIONS 7 macro

Completed in 2092 milliseconds