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.c241 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) in BNEP_ConnectResp()
317 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) in BNEP_Disconnect()
366 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) in BNEP_WriteBuf()
486 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) in BNEP_Write()
582 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) in BNEP_SetProtocolFilters()
641 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) in BNEP_SetMulticastFilters()
714 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) in BNEP_GetStatus()
Dbnep_int.h171 tBNEP_CONN bcb[BNEP_MAX_CONNECTIONS];
Dbnep_utils.c63 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()
119 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++) in bnepu_allocate_bcb()
/system/bt/include/
Dbt_target.h1129 #ifndef BNEP_MAX_CONNECTIONS
1130 #define BNEP_MAX_CONNECTIONS 7 macro