Searched refs:notify_handler (Results 1 – 6 of 6) sorted by relevance
110 <dbg> bt_tbs_client.notify_handler: Index 0113 <dbg> bt_tbs_client.notify_handler: Index 0116 <dbg> bt_tbs_client.notify_handler: Index 0124 <dbg> bt_tbs_client.notify_handler: Index 0127 <dbg> bt_tbs_client.notify_handler: Index 0130 <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()
686 void *notify_handler = NULL; in discover_func() local733 notify_handler = sirk_notify_func; in discover_func()739 notify_handler = size_notify_func; in discover_func()747 notify_handler = lock_notify_func; in discover_func()756 if (sub_params != NULL && notify_handler != NULL) { in discover_func()770 sub_params->notify = notify_handler; in discover_func()
475 static uint8_t notify_handler(struct bt_conn *conn, in notify_handler() function708 sub_params->notify = notify_handler; in char_discover_func()
685 static uint8_t notify_handler(struct bt_conn *conn, in notify_handler() function1697 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()