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

  /external/bluetooth/bluedroid/stack/bnep/
bnep_api.c 245 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS))
322 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS))
371 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS))
492 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS))
593 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS))
656 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS))
751 if ((!handle) || (handle > BNEP_MAX_CONNECTIONS))
bnep_int.h 171 tBNEP_CONN bcb[BNEP_MAX_CONNECTIONS];
bnep_utils.c 59 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++)
86 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++)
115 for (xx = 0, p_bcb = bnep_cb.bcb; xx < BNEP_MAX_CONNECTIONS; xx++, p_bcb++)
    [all...]
  /external/bluetooth/bluedroid/include/
bt_target.h     [all...]
  /external/libnfc-nci/src/include/
bt_target.h     [all...]

Completed in 30 milliseconds