HomeSort by relevance Sort by last modified time
    Searched refs:BNEP_MAX_CONNECTIONS (Results 1 - 5 of 5) sorted by null

  /system/bt/stack/bnep/
bnep_api.c 241 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS))
317 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS))
366 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS))
486 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS))
582 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS))
641 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS))
714 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS))
bnep_int.h 171 tBNEP_CONN bcb[BNEP_MAX_CONNECTIONS];
bnep_utils.c 63 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++)
90 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++)
119 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++)
    [all...]
  /system/bt/include/
bt_target.h 1129 #ifndef BNEP_MAX_CONNECTIONS
1130 #define BNEP_MAX_CONNECTIONS 7
    [all...]
  /external/libnfc-nci/src/include/
bt_target.h     [all...]

Completed in 45 milliseconds