Home
last modified time | relevance | path

Searched refs:olcp_sub_params (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/samples/bluetooth/central_otc/src/
Dmain.c34 static struct bt_gatt_subscribe_params *olcp_sub_params; variable
330 olcp_sub_params = &otc.olcp_sub_params; in subscribe_func()
331 olcp_sub_params->disc_params = &otc.olcp_sub_disc_params; in subscribe_func()
332 if (olcp_sub_params) { in subscribe_func()
334 olcp_sub_params->ccc_handle = 0; in subscribe_func()
335 olcp_sub_params->end_handle = otc.end_handle; in subscribe_func()
336 olcp_sub_params->value = BT_GATT_CCC_INDICATE; in subscribe_func()
337 olcp_sub_params->value_handle = otc.olcp_handle; in subscribe_func()
338 olcp_sub_params->notify = bt_ots_client_indicate_handler; in subscribe_func()
339 ret = bt_gatt_subscribe(default_conn, olcp_sub_params); in subscribe_func()
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/services/
Dots.h835 struct bt_gatt_subscribe_params olcp_sub_params; member
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dmcc.c1240 (void)bt_gatt_unsubscribe(conn, &mcs_inst->otc.olcp_sub_params); in reset_mcs_inst()
1316 sub_params = &mcs_inst->otc.olcp_sub_params; in discover_otc_char_func()