Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/samples/bluetooth/central_otc/src/
Dmain.c33 static struct bt_gatt_subscribe_params *oacp_sub_params; variable
313 oacp_sub_params = &otc.oacp_sub_params; in subscribe_func()
314 oacp_sub_params->disc_params = &otc.oacp_sub_disc_params; in subscribe_func()
315 if (oacp_sub_params) { in subscribe_func()
317 oacp_sub_params->ccc_handle = 0; in subscribe_func()
318 oacp_sub_params->end_handle = otc.end_handle; in subscribe_func()
319 oacp_sub_params->value = BT_GATT_CCC_INDICATE; in subscribe_func()
320 oacp_sub_params->value_handle = otc.oacp_handle; in subscribe_func()
321 oacp_sub_params->notify = bt_ots_client_indicate_handler; in subscribe_func()
322 ret = bt_gatt_subscribe(default_conn, oacp_sub_params); in subscribe_func()
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/services/
Dots.h833 struct bt_gatt_subscribe_params oacp_sub_params; member
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dmcc.c1238 offsetof(struct bt_ots_client, oacp_sub_params)); in reset_mcs_inst()
1239 (void)bt_gatt_unsubscribe(conn, &mcs_inst->otc.oacp_sub_params); in reset_mcs_inst()
1311 sub_params = &mcs_inst->otc.oacp_sub_params; in discover_otc_char_func()