Home
last modified time | relevance | path

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

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