Home
last modified time | relevance | path

Searched refs:disable (Results 1 – 25 of 55) sorted by relevance

123

/subsys/bluetooth/controller/ll_sw/shell/
A Dll.c248 goto disable; in cmd_advx()
272 disable: in cmd_advx()
322 goto disable; in cmd_scanx()
346 disable: in cmd_scanx()
/subsys/console/
A DKconfig35 large host-side clipboard pastes. Set to 0 to disable
44 large host-side clipboard pastes. Set to 0 to disable
/subsys/bluetooth/mesh/
A Dlpn.c184 static void clear_friendship(bool force, bool disable);
197 clear_friendship(false, lpn->disable); in friend_clear_sent()
234 static void clear_friendship(bool force, bool disable) in clear_friendship() argument
241 LOG_DBG("force %u disable %u", force, disable); in clear_friendship()
246 lpn->disable = disable; in clear_friendship()
278 lpn->disable = 0U; in clear_friendship()
296 if (!disable) { in clear_friendship()
722 clear_friendship(false, lpn->disable); in bt_mesh_lpn_friend_clear_cfm()
893 clear_friendship(false, bt_mesh.lpn.disable); in lpn_timeout()
A Dnet.h142 disable:1, /* Disable LPN after clearing */ member
/subsys/usb/device_next/
A Dusbd_class_api.h231 if (api->disable != NULL) { in usbd_class_disable()
232 api->disable(c_data); in usbd_class_disable()
/subsys/bluetooth/controller/util/
A Dmayfly.c181 uint8_t disable = 0U; in mayfly_run() local
262 disable = 1U; in mayfly_run()
277 if (disable && !enable) { in mayfly_run()
/subsys/bluetooth/controller/ll_sw/
A Dull_scan.c59 static uint8_t disable(uint8_t handle);
159 err = disable(SCAN_HANDLE_1M);
165 err_coded = disable(SCAN_HANDLE_PHY_CODED);
334 (void)disable(handle);
775 err = disable(SCAN_HANDLE_PHY_CODED);
785 err = disable(SCAN_HANDLE_1M);
1166 static uint8_t disable(uint8_t handle) function
A Dull_conn_iso.c80 static void disable(uint16_t handle);
643 disable(handle); in init_reset()
1499 static void disable(uint16_t handle) in disable() function
A Dull_sync_iso.c873 static void disable(uint8_t sync_idx) in disable() function
896 disable(idx); in init_reset()
/subsys/fs/fcb/
A DKconfig23 This allows the FCB instances to disable CRC checks in
/subsys/mgmt/ec_host_cmd/
A DKconfig.logging19 the maximum number of the suppressed commands. Set 0 to disable
/subsys/shell/modules/kernel_service/thread/
A Dmask.c152 SHELL_CMD_ARG(disable, NULL,
/subsys/logging/
A Dlog_cmds.c433 SHELL_CMD_ARG(disable, &dsub_module_name,
476 SHELL_COND_CMD_ARG(CONFIG_SHELL_LOG_BACKEND, disable, &dsub_module_name,
A DKconfig.processing49 Set 0 to disable the feature. If LOG_PROCESS_THREAD is enabled then
/subsys/debug/
A DKconfig221 bool "Force-disable no assertions"
250 necessary for tiny targets. It is recommended to disable condition
259 necessary for tiny targets. It is recommended to disable message
300 If unsure, disable OVERRIDE_FRAME_POINTER_DEFAULT to allow the compiler
/subsys/storage/stream/
A DKconfig22 worth to disable the option to cut out some unneeded code.
/subsys/net/lib/shell/
A Dcapture.c267 SHELL_CMD(disable, NULL, "Disable network packet capture.",
/subsys/net/lib/sockets/
A Dsocket_obj_core.c40 .disable = NULL, /* Stats gathering is always on */
/subsys/tracing/
A Dtracing_backend_usb.c165 .disable = tracing_func_disable,
/subsys/mgmt/osdp/
A DKconfig69 completely disable sending/expecting a mark byte to work with
/subsys/dap/
A Ddap_backend_usb.c209 .disable = dap_func_disable,
/subsys/bluetooth/audio/
A Dcap_stream.c310 .disable = unicast_client_cp_cb, in bt_cap_stream_ops_register_bap()
A DKconfig.mcs142 bool "Support to enable or disable the subscription of Track Title"
/subsys/fs/
A DKconfig.littlefs67 disable leveling.
/subsys/net/ip/
A DKconfig.ipv6270 set filters at runtime and it is possible to enable or disable
311 You may disable this option if you wish to implement a non-IP

Completed in 68 milliseconds

123