Home
last modified time | relevance | path

Searched refs:BT_GATT_CCC_INDICATE (Results 1 – 25 of 27) sorted by relevance

12

/Zephyr-latest/subsys/bluetooth/services/bas/
Dbas_bcs.c22 bool ind_enabled = (value == BT_GATT_CCC_INDICATE); in bt_bas_bcs_ccc_cfg_changed()
Dbas.c49 bool ind_enabled = (value == BT_GATT_CCC_INDICATE); in blvl_status_ccc_cfg_changed()
/Zephyr-latest/samples/bluetooth/peripheral_ht/src/
Dhts.c41 simulate_htm = (value == BT_GATT_CCC_INDICATE) ? 1 : 0; in htmc_ccc_cfg_changed()
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/
Dservice_b_3_2.c97 value_v6_ind_active = value == BT_GATT_CCC_INDICATE; in value_v6_ccc_cfg_changed()
Dservice_b_3_3.c95 value_v6_ind_active = value == BT_GATT_CCC_INDICATE; in value_v6_ccc_cfg_changed()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/acl_tx_frag/src/
Dpeer.c110 sub_params.value = BT_GATT_CCC_INDICATE; in subscribe()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/sc_indicate/src/
Dcentral.c64 subscribe_params.value = BT_GATT_CCC_INDICATE; in subscribe()
/Zephyr-latest/tests/bsim/bluetooth/samples/battery_service/src/
Dcentral_test.c460 .value = BT_GATT_CCC_INDICATE, in subscribe_battery_critical_status()
486 .value = BT_GATT_CCC_INDICATE, in subscribe_battery_level_status()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/dut/src/
Dmain.c209 .value = BT_GATT_CCC_NOTIFY | BT_GATT_CCC_INDICATE, in subscribe()
/Zephyr-latest/samples/bluetooth/central_ht/src/
Dmain.c110 subscribe_params.value = BT_GATT_CCC_INDICATE; in discover_func()
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/dut/src/
Dmain.c230 .value = BT_GATT_CCC_NOTIFY | BT_GATT_CCC_INDICATE, in subscribe()
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_olcp.c320 if (value == BT_GATT_CCC_INDICATE) { in bt_gatt_ots_olcp_cfg_changed()
Dots_oacp.c737 if (value == BT_GATT_CCC_INDICATE) { in bt_gatt_ots_oacp_cfg_changed()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/
Dgatt_utils.c211 subscribe_params.value = BT_GATT_CCC_INDICATE; in gatt_subscribe_to_service_changed()
/Zephyr-latest/samples/bluetooth/central_otc/src/
Dmain.c318 oacp_sub_params->value = BT_GATT_CCC_INDICATE; in subscribe_func()
334 olcp_sub_params->value = BT_GATT_CCC_INDICATE; in subscribe_func()
/Zephyr-latest/samples/bluetooth/peripheral_csc/src/
Dmain.c96 ctrl_point_configured = value == BT_GATT_CCC_INDICATE; in ctrl_point_ccc_cfg_changed()
/Zephyr-latest/samples/bluetooth/peripheral/src/
Dmain.c81 simulate_vnd = (value == BT_GATT_CCC_INDICATE) ? 1 : 0; in vnd_ccc_cfg_changed()
/Zephyr-latest/subsys/bluetooth/audio/
Dhas.c775 if (bt_gatt_is_subscribed(client->conn, preset_control_point_attr, BT_GATT_CCC_INDICATE)) { in control_point_send()
812 BT_GATT_CCC_NOTIFY | BT_GATT_CCC_INDICATE)) { in control_point_send_all()
1175 if (!bt_gatt_is_subscribed(conn, preset_control_point_attr, BT_GATT_CCC_INDICATE)) { in handle_read_preset_req()
1264 if (!bt_gatt_is_subscribed(conn, preset_control_point_attr, BT_GATT_CCC_INDICATE)) { in handle_write_preset_name()
Dhas_client.c552 inst->control_point_subscription.value = BT_GATT_CCC_INDICATE | BT_GATT_CCC_NOTIFY; in control_point_subscribe()
554 inst->control_point_subscription.value = BT_GATT_CCC_INDICATE; in control_point_subscribe()
Dcsip_set_coordinator.c761 sub_params->value = BT_GATT_CCC_INDICATE; in discover_func()
Dtbs_client.c1689 sub_params->value = BT_GATT_CCC_INDICATE; in discover_func()
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h484 #define BT_GATT_CCC_INDICATE 0x0002 macro
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dhas_client_test.c592 subscribe_params->value = BT_GATT_CCC_INDICATE; in discover_control_point_cb()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dgatt.c595 subscribe_params.value = BT_GATT_CCC_INDICATE; in cmd_subscribe()
634 subscribe_params.value = BT_GATT_CCC_INDICATE; in cmd_resubscribe()
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c475 if (value == BT_GATT_CCC_INDICATE) { in sc_ccc_cfg_write()
2678 if (!bt_gatt_is_subscribed(conn, params->attr, BT_GATT_CCC_INDICATE)) { in gatt_indicate()
2803 if ((data->type == BT_GATT_CCC_INDICATE) && in notify_cb()
2804 (cfg->value & BT_GATT_CCC_INDICATE)) { in notify_cb()
3139 data.type = BT_GATT_CCC_INDICATE; in bt_gatt_indicate()

12