Home
last modified time | relevance | path

Searched refs:call (Results 1 – 25 of 26) sorted by relevance

12

/samples/bluetooth/classic/handsfree/src/
A Dmain.c49 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 DKconfig14 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 DREADME.rst10 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 Dmain.c71 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 DREADME.rst39 [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 DREADME.rst15 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 DKconfig23 Manual mode requires the user to call the server probe and then, if
/samples/subsys/mgmt/updatehub/
A DKconfig9 Manual mode requires the user to call the server probe and then, if
A DREADME.rst22 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 DREADME.rst20 #. Register call back.
/samples/drivers/mspi/mspi_async/
A DREADME.rst11 memory device. The asynchronous transceive call need to be supported
/samples/boards/nordic/nrf_ironside/update/
A DREADME.rst19 #. 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 DREADME.rst15 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 DREADME.rst11 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 DREADME.rst91 Description: 'Test secure service to service call'
94 Description: 'Test secure service to service call with buffer handling'
/samples/drivers/adc/adc_sequence/
A DREADME.rst14 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 DREADME.rst20 "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 DREADME.rst12 with non-blocking sockets and a ``select()`` call. This is a variant of
/samples/subsys/testsuite/pytest/shell/
A DREADME.rst46 DEBUG: #: You can try to call commands with <-h> or <--help> parameter for more information.
/samples/net/sockets/echo_async/
A DREADME.rst12 with non-blocking sockets and a ``poll()`` call. This is an extension of
/samples/subsys/smf/smf_calculator/
A DREADME.rst31 the output text label after every call to :c:func:`smf_run_state`.
/samples/shields/npm13xx_ek/doc/
A Dindex.rst12 regulator API call.
/samples/boards/espressif/flash_encryption/
A DREADME.rst90 memory reading using proper spi_flash call, which decrypts the content as expected.
/samples/subsys/usb/uvc/
A DREADME.rst122 The video device can also be used by web and video call applications systems.
/samples/tfm_integration/tfm_ipc/
A DREADME.rst24 The sys_reboot call is routed to TF-M, since the nonsecure app is not allowed

Completed in 88 milliseconds

12