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

  /system/bt/stack/bnep/
bnep_api.cc 223 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE);
300 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE);
344 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) {
453 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE);
543 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE);
599 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE);
666 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE);
bnep_int.h 163 tBNEP_CONN bcb[BNEP_MAX_CONNECTIONS];
bnep_utils.cc 64 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++) {
88 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++) {
113 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++) {
    [all...]
  /system/bt/include/
bt_target.h 1072 #ifndef BNEP_MAX_CONNECTIONS
1073 #define BNEP_MAX_CONNECTIONS 7
    [all...]

Completed in 5102 milliseconds