/samples/bluetooth/classic/handsfree/src/ |
A D | main.c | 49 printk("HF call %p outgoing\n", call); in hf_outgoing() 54 printk("HF remote call %p start ringing\n", call); in hf_remote_ringing() 59 printk("HF call %p incoming\n", call); in hf_incoming() 64 printk("HF call %p is held\n", call); in hf_incoming_held() 67 static void hf_accept(struct bt_hfp_hf_call *call) in hf_accept() argument 69 printk("HF call %p accepted\n", call); in hf_accept() 72 static void hf_reject(struct bt_hfp_hf_call *call) in hf_reject() argument 74 printk("HF call %p rejected\n", call); in hf_reject() 77 static void hf_terminate(struct bt_hfp_hf_call *call) in hf_terminate() argument 79 printk("HF call %p terminated\n", call); in hf_terminate() [all …]
|
/samples/bluetooth/classic/handsfree_ag/ |
A D | Kconfig | 14 bool "The simulate call: outgoing (y), incoming (n)" 17 int "The delay time used to start simulating a call after AG connection" 22 call. The unit is ms.
|
/samples/userspace/syscall_perf/ |
A D | README.rst | 10 user thread has to go through a system call compared to a supervisor thread that 18 Then both threads call :c:func:`k_current_get()` which returns a reference to the 19 current thread. The user thread has to go through a system call.
|
/samples/bluetooth/classic/handsfree_ag/src/ |
A D | main.c | 71 static void ag_ringing(struct bt_hfp_ag_call *call, bool in_band) in ag_ringing() argument 76 static void ag_accept(struct bt_hfp_ag_call *call) in ag_accept() argument 82 static void ag_reject(struct bt_hfp_ag_call *call) in ag_reject() argument 88 static void ag_terminate(struct bt_hfp_ag_call *call) in ag_terminate() argument 94 static void ag_outgoing(struct bt_hfp_ag *ag, struct bt_hfp_ag_call *call, const char *number) in ag_outgoing() argument 96 hfp_ag_call = call; in ag_outgoing() 102 static void ag_incoming(struct bt_hfp_ag *ag, struct bt_hfp_ag_call *call, const char *number) in ag_incoming() argument 104 hfp_ag_call = call; in ag_incoming()
|
/samples/subsys/logging/logger/ |
A D | README.rst | 39 [00:00:00.106,200] <inf> sample_instance.inst1: Inline call. 43 [00:00:00.106,214] <inf> sample_instance.inst2: Inline call. 50 [00:00:00.106,302] <inf> sample_instance.inst2: Inline call. 55 Function call on both instances with logging disabled.
|
/samples/subsys/canbus/isotp/ |
A D | README.rst | 15 The send function call for the short message is non-blocking, and the send 16 function call for the long message is blocking.
|
/samples/subsys/mgmt/hawkbit/ |
A D | Kconfig | 23 Manual mode requires the user to call the server probe and then, if
|
/samples/subsys/mgmt/updatehub/ |
A D | Kconfig | 9 Manual mode requires the user to call the server probe and then, if
|
A D | README.rst | 22 Manual mode requires the user to call the server probe and then, if there is 257 call west with proper parameter values:
|
/samples/subsys/sensing/simple/ |
A D | README.rst | 20 #. Register call back.
|
/samples/drivers/mspi/mspi_async/ |
A D | README.rst | 11 memory device. The asynchronous transceive call need to be supported
|
/samples/boards/nordic/nrf_ironside/update/ |
A D | README.rst | 19 #. The application prints the return value of the service call and outputs information from the upd… 21 #. After the service call completes, the IronSide SE firmware updates the internal state of the dev…
|
/samples/subsys/llext/modules/ |
A D | README.rst | 15 Specifically, this shows how to call a simple "hello world" function, 26 load the extension and call the function. The caller code is in
|
/samples/subsys/debug/fuzz/ |
A D | README.rst | 11 detect and explore deep and complicated call trees by exploiting 33 constructed call tree, eventually crashing when it reaches the final
|
/samples/tfm_integration/tfm_regression_test/ |
A D | README.rst | 91 Description: 'Test secure service to service call' 94 Description: 'Test secure service to service call with buffer handling'
|
/samples/drivers/adc/adc_sequence/ |
A D | README.rst | 14 Notice how for the whole sequence reading, only one call to the :c:func:`adc_read` API is made.
|
/samples/modules/cmsis_dsp/moving_average/ |
A D | README.rst | 20 "window" of 10 samples. The resulting output is computed in one single call to the ``arm_fir_q31()``
|
/samples/net/sockets/echo_async_select/ |
A D | README.rst | 12 with non-blocking sockets and a ``select()`` call. This is a variant of
|
/samples/subsys/testsuite/pytest/shell/ |
A D | README.rst | 46 DEBUG: #: You can try to call commands with <-h> or <--help> parameter for more information.
|
/samples/net/sockets/echo_async/ |
A D | README.rst | 12 with non-blocking sockets and a ``poll()`` call. This is an extension of
|
/samples/subsys/smf/smf_calculator/ |
A D | README.rst | 31 the output text label after every call to :c:func:`smf_run_state`.
|
/samples/shields/npm13xx_ek/doc/ |
A D | index.rst | 12 regulator API call.
|
/samples/boards/espressif/flash_encryption/ |
A D | README.rst | 90 memory reading using proper spi_flash call, which decrypts the content as expected.
|
/samples/subsys/usb/uvc/ |
A D | README.rst | 122 The video device can also be used by web and video call applications systems.
|
/samples/tfm_integration/tfm_ipc/ |
A D | README.rst | 24 The sys_reboot call is routed to TF-M, since the nonsecure app is not allowed
|