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

  /system/bt/stack/btm/
btm_devctl.cc 652 uint8_t i, free_idx = BTM_MAX_VSE_CALLBACKS;
655 for (i = 0; i < BTM_MAX_VSE_CALLBACKS; i++) {
671 if (free_idx < BTM_MAX_VSE_CALLBACKS) {
702 for (i = 0; i < BTM_MAX_VSE_CALLBACKS; i++) {
btm_int_types.h 117 [BTM_MAX_VSE_CALLBACKS]; /* Register for vendor specific events */
    [all...]
  /system/bt/internal_include/
bt_target.h 423 #ifndef BTM_MAX_VSE_CALLBACKS
424 #define BTM_MAX_VSE_CALLBACKS 3
    [all...]

Completed in 434 milliseconds