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.cc216 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE); in BNEP_ConnectResp()
291 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE); in BNEP_Disconnect()
335 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) { in BNEP_WriteBuf()
450 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE); in BNEP_Write()
545 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE); in BNEP_SetProtocolFilters()
601 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE); in BNEP_SetMulticastFilters()
669 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE); in BNEP_GetStatus()
Dbnep_int.h164 tBNEP_CONN bcb[BNEP_MAX_CONNECTIONS];
Dbnep_utils.cc66 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++) { in bnepu_find_bcb_by_cid()
90 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++) { in bnepu_find_bcb_by_bd_addr()
114 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.h980 #ifndef BNEP_MAX_CONNECTIONS
981 #define BNEP_MAX_CONNECTIONS 7 macro