Searched full:notifying (Results 1 – 25 of 43) sorted by relevance
12
/Zephyr-latest/subsys/bluetooth/audio/ |
D | mcs.c | 969 /* Callback functions from the media player, notifying attributes */ 1045 LOG_DBG("Notifying player name: %s", name); in notify_cb() 1052 LOG_DBG("Notifying track title: %s", title); in notify_cb() 1060 LOG_DBG("Notifying track duration: %d", duration); in notify_cb() 1068 LOG_DBG("Notifying track position: %d", position); in notify_cb() 1075 LOG_DBG("Notifying playback speed: %d", speed); in notify_cb() 1082 LOG_DBG("Notifying seeking speed: %d", speed); in notify_cb() 1093 LOG_DBG_OBJ_ID("Notifying current track ID: ", track_id); in notify_cb() 1104 LOG_DBG_OBJ_ID("Notifying EMPTY next track ID: ", track_id); in notify_cb() 1111 LOG_DBG_OBJ_ID("Notifying next track ID: ", track_id); in notify_cb() [all …]
|
D | pacs.c | 868 LOG_DBG("Notifying Sink PAC"); in notify_cb() 878 LOG_DBG("Notifying Sink Audio Location"); in notify_cb() 888 LOG_DBG("Notifying Source PAC"); in notify_cb() 898 LOG_DBG("Notifying Source Audio Location"); in notify_cb() 907 LOG_DBG("Notifying Available Contexts"); in notify_cb() 916 LOG_DBG("Notifying Supported Contexts"); in notify_cb()
|
/Zephyr-latest/dts/bindings/gpio/ |
D | awinic,aw9523b-gpio.yaml | 17 This is used for notifying interruption.
|
/Zephyr-latest/subsys/ipc/ipc_service/backends/ |
D | Kconfig.rpmsg | 12 prevent notifying service users about received data from the system
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | mcp.rst | 427 [00:13:29.932,617] <dbg> bt_mcs.mpl_track_changed_cb: Notifying track change 428 …[00:13:29.932,708] <dbg> bt_mcs.mpl_track_title_cb: Notifying track title: Interlude #4 (Vesper Dr… 429 [00:13:29.932,800] <dbg> bt_mcs.mpl_track_duration_cb: Notifying track duration: 13500 430 [00:13:29.932,861] <dbg> bt_mcs.mpl_track_position_cb: Notifying track position: 0 431 …[00:13:29.933,044] <dbg> bt_mcs.mpl_current_track_id_cb: Notifying current track ID: 0x000000000105 432 [00:13:29.933,258] <dbg> bt_mcs.mpl_next_track_id_cb: Notifying next track ID: 0x000000000106 433 [00:13:29.933,380] <dbg> bt_mcs.mpl_operation_cb: Notifying control point - opcode: 49, result: 1 448 [00:15:17.491,058] <dbg> bt_mcs.mpl_track_duration_cb: Notifying track duration: 12000
|
/Zephyr-latest/samples/bluetooth/hci_pwr_ctrl/ |
D | README.rst | 22 HR service notifying connected centrals about a dummy HR each 2s.
|
/Zephyr-latest/subsys/mgmt/mcumgr/mgmt/ |
D | Kconfig | 24 Some callbacks support notifying the calling function of a status, in which to accept
|
/Zephyr-latest/include/zephyr/bluetooth/services/ |
D | nus.h | 83 * @param conn Connection object to send data to. NULL if notifying all peers. 116 * @param conn Connection object to send data to. NULL if notifying all peers.
|
/Zephyr-latest/subsys/ipc/rpmsg_service/ |
D | Kconfig | 59 created in the RPMsg Service backend module to prevent notifying
|
/Zephyr-latest/subsys/ipc/ipc_service/lib/ |
D | Kconfig.icmsg | 57 created to prevent notifying service users about received data
|
D | ipc_rpmsg.c | 32 * function will eventually take care of notifying the in ns_bind_cb()
|
/Zephyr-latest/lib/heap/ |
D | Kconfig | 65 Hidden option to enable API for registering and notifying
|
/Zephyr-latest/drivers/dai/intel/ssp/ |
D | dai-params-intel-ipc4.h | 213 * Specifies the high threshold (in bytes) for notifying the host 220 * Specifies the low threshold (in bytes) for notifying the host
|
/Zephyr-latest/samples/modules/chre/ |
D | README.rst | 51 #. Print a message notifying that it's not possible to remove a system level nanoapp
|
/Zephyr-latest/include/zephyr/net/ |
D | openthread.h | 93 * @brief Callback for notifying configuration or state changes.
|
/Zephyr-latest/include/zephyr/drivers/usb/ |
D | usb_bc12.h | 118 * @param dev BC1.2 device which is notifying of the new charger state.
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt_notif/src/ |
D | client_test.c | 241 printk("Notifying...\n"); in test_main()
|
/Zephyr-latest/drivers/serial/ |
D | uart_hvc_xen.c | 106 /* Not a good solution (notifying HV every time), but needed for poll_out */ in xen_hvc_poll_out()
|
/Zephyr-latest/include/zephyr/drivers/firmware/scmi/ |
D | transport.h | 28 * has been received. Its purpose is to notifying the SCMI
|
/Zephyr-latest/subsys/net/ip/ |
D | net_mgmt.c | 375 NET_DBG("Notifying Event layer %u code %u type %u", in net_mgmt_event_notify_with_info()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | charger.h | 241 /** The duration of excess current before notifying the system */
|
/Zephyr-latest/arch/xtensa/core/ |
D | README_MMU.txt | 262 notifying another CPU of changes to page mappings beyond doing
|
/Zephyr-latest/lib/mem_blocks/ |
D | mem_blocks.c | 286 * notifying at the end of function. in sys_mem_blocks_free()
|
/Zephyr-latest/lib/utils/ |
D | onoff.c | 234 * If the completion requires notifying clients, the clients are moved
|
/Zephyr-latest/doc/services/zbus/ |
D | index.rst | 523 the event dispatcher calls listeners with the notifying channel already locked. Subscribers, 607 Notifying a channel
|
12