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 216 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE);
291 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE);
335 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) {
445 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE);
536 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE);
592 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE);
660 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS)) return (BNEP_WRONG_HANDLE);
bnep_int.h 163 tBNEP_CONN bcb[BNEP_MAX_CONNECTIONS];
bnep_utils.cc 66 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++) {
114 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++) {
    [all...]
  /system/bt/internal_include/
bt_target.h 987 #ifndef BNEP_MAX_CONNECTIONS
988 #define BNEP_MAX_CONNECTIONS 7
    [all...]

Completed in 115 milliseconds