Searched refs:notify_handler (Results 1 – 6 of 6) sorted by relevance
109 <dbg> bt_tbs_client.notify_handler: Index 0112 <dbg> bt_tbs_client.notify_handler: Index 0115 <dbg> bt_tbs_client.notify_handler: Index 0123 <dbg> bt_tbs_client.notify_handler: Index 0126 <dbg> bt_tbs_client.notify_handler: Index 0129 <dbg> bt_tbs_client.notify_handler: Index 0
318 static uint8_t notify_handler(struct bt_conn *conn, struct bt_gatt_subscribe_params *params, in notify_handler() function460 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()
681 void *notify_handler = NULL; in discover_func() local728 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()
492 static uint8_t notify_handler(struct bt_conn *conn, in notify_handler() function724 sub_params->notify = notify_handler; in char_discover_func()
684 static uint8_t notify_handler(struct bt_conn *conn, in notify_handler() function1702 sub_params->notify = notify_handler; in discover_func()
45 static void notify_handler(ACPI_HANDLE device, UINT32 value, void *ctx) in notify_handler() function55 status = AcpiInstallNotifyHandler(ACPI_ROOT_OBJECT, ACPI_SYSTEM_NOTIFY, notify_handler, in install_handlers()