Home
last modified time | relevance | path

Searched refs:notify_work_reschedule (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/
Dhas.c345 static void notify_work_reschedule(struct has_client *client, k_timeout_t delay) in notify_work_reschedule() function
390 notify_work_reschedule(client, K_NO_WAIT); in security_changed()
440 notify_work_reschedule(client, K_USEC(BT_AUDIO_NOTIFY_RETRY_DELAY_US)); in notify_work_handler()
451 notify_work_reschedule(client, K_USEC(BT_AUDIO_NOTIFY_RETRY_DELAY_US)); in notify_work_handler()
459 notify_work_reschedule(client, K_USEC(BT_AUDIO_NOTIFY_RETRY_DELAY_US)); in notify_work_handler()
469 notify_work_reschedule(client, K_USEC(BT_AUDIO_NOTIFY_RETRY_DELAY_US)); in notify_work_handler()
479 notify_work_reschedule(client, K_USEC(BT_AUDIO_NOTIFY_RETRY_DELAY_US)); in notify_work_handler()
498 notify_work_reschedule(client, K_USEC(BT_AUDIO_NOTIFY_RETRY_DELAY_US)); in notify_work_handler()
509 notify_work_reschedule(client, K_NO_WAIT); in notify()
525 notify_work_reschedule(client, K_NO_WAIT); in notify()
[all …]
Dvcp_vol_rend.c105 static void notify_work_reschedule(struct bt_vcp_vol_rend *inst, enum vol_rend_notify notify, in notify_work_reschedule() function
129 notify_work_reschedule(inst, notify, K_USEC(BT_AUDIO_NOTIFY_RETRY_DELAY_US)); in notify()
152 notify_work_reschedule(inst, notify, K_NO_WAIT); in value_changed()
Dcsip_set_member.c100 static void notify_work_reschedule(k_timeout_t delay) in notify_work_reschedule() function
139 notify_work_reschedule(K_NO_WAIT); in notify_clients()
480 notify_work_reschedule(K_NO_WAIT); in csip_security_changed()
556 notify_work_reschedule(K_NO_WAIT); in handle_csip_auth_complete()
Dvocs.c79 static void notify_work_reschedule(struct bt_vocs_server *inst, enum bt_vocs_notify notify, in notify_work_reschedule() function
100 notify_work_reschedule(inst, notify, K_USEC(BT_AUDIO_NOTIFY_RETRY_DELAY_US)); in notify()
128 notify_work_reschedule(inst, notify, K_NO_WAIT); in value_changed()
Daics.c193 static void notify_work_reschedule(struct bt_aics *inst, enum bt_aics_notify notify, in notify_work_reschedule() function
214 notify_work_reschedule(inst, notify, K_USEC(BT_AUDIO_NOTIFY_RETRY_DELAY_US)); in notify()
243 notify_work_reschedule(inst, notify, K_NO_WAIT); in value_changed()