Searched refs:BNEP_MAX_CONNECTIONS (Results 1 – 4 of 4) sorted by relevance
216 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()
164 tBNEP_CONN bcb[BNEP_MAX_CONNECTIONS];
66 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()
980 #ifndef BNEP_MAX_CONNECTIONS981 #define BNEP_MAX_CONNECTIONS 7 macro