Home
last modified time | relevance | path

Searched refs:notify_handler (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dtbs.rst109 <dbg> bt_tbs_client.notify_handler: Index 0
112 <dbg> bt_tbs_client.notify_handler: Index 0
115 <dbg> bt_tbs_client.notify_handler: Index 0
123 <dbg> bt_tbs_client.notify_handler: Index 0
126 <dbg> bt_tbs_client.notify_handler: Index 0
129 <dbg> bt_tbs_client.notify_handler: Index 0
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dhas_client_test.c318 static uint8_t notify_handler(struct bt_conn *conn, struct bt_gatt_subscribe_params *params, in notify_handler() function
460 subscribe_params->notify = notify_handler; in discover_features_cb()
526 subscribe_params->notify = notify_handler; in discover_active_preset_index_cb()
591 subscribe_params->notify = notify_handler; in discover_control_point_cb()
/Zephyr-latest/subsys/bluetooth/audio/
Dcsip_set_coordinator.c681 void *notify_handler = NULL; in discover_func() local
728 notify_handler = sirk_notify_func; in discover_func()
734 notify_handler = size_notify_func; in discover_func()
742 notify_handler = lock_notify_func; in discover_func()
751 if (sub_params != NULL && notify_handler != NULL) { in discover_func()
765 sub_params->notify = notify_handler; in discover_func()
Dbap_broadcast_assistant.c492 static uint8_t notify_handler(struct bt_conn *conn, in notify_handler() function
724 sub_params->notify = notify_handler; in char_discover_func()
Dtbs_client.c684 static uint8_t notify_handler(struct bt_conn *conn, in notify_handler() function
1702 sub_params->notify = notify_handler; in discover_func()
/Zephyr-latest/lib/acpi/
Dacpi.c45 static void notify_handler(ACPI_HANDLE device, UINT32 value, void *ctx) in notify_handler() function
55 status = AcpiInstallNotifyHandler(ACPI_ROOT_OBJECT, ACPI_SYSTEM_NOTIFY, notify_handler, in install_handlers()