Searched refs:olcp_sub_params (Results 1 – 3 of 3) sorted by relevance
34 static struct bt_gatt_subscribe_params *olcp_sub_params; variable329 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()
835 struct bt_gatt_subscribe_params olcp_sub_params; member
1331 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()