Home
last modified time | relevance | path

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

/system/bt/stack/bnep/
Dbnep_api.cc213 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE); in BNEP_ConnectResp()
288 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE); in BNEP_Disconnect()
332 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) { in BNEP_WriteBuf()
447 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE); in BNEP_Write()
542 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE); in BNEP_SetProtocolFilters()
598 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE); in BNEP_SetMulticastFilters()
Dbnep_int.h142 tBNEP_CONN bcb[BNEP_MAX_CONNECTIONS];
Dbnep_utils.cc65 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++) { in bnepu_find_bcb_by_cid()
89 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++) { in bnepu_find_bcb_by_bd_addr()
113 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++) { in bnepu_allocate_bcb()
/system/bt/internal_include/
Dbt_target.h799 #ifndef BNEP_MAX_CONNECTIONS
800 #define BNEP_MAX_CONNECTIONS 7 macro