Home
last modified time | relevance | path

Searched refs:is_global (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-2.7.6/tools/
Didf.py336 def is_global(self): member in init_cli.Scope
374 if self.scope.is_global:
450 if option.scope.is_global and option.name not in [o.name for o in self.params]:
565 if option and (option.scope.is_global or option.scope.is_shared):
616 if option and (option.scope.is_global or option.scope.is_shared):
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h632 BOOLEAN is_global);
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c766 BOOLEAN L2CA_SetIdleTimeout (UINT16 cid, UINT16 timeout, BOOLEAN is_global) in L2CA_SetIdleTimeout() argument
771 if (is_global) { in L2CA_SetIdleTimeout()