Home
last modified time | relevance | path

Searched refs:BT_GATT_CCC_NOTIFY (Results 1 – 22 of 22) sorted by relevance

/Zephyr-Core-2.7.6/subsys/bluetooth/services/
Dbas.c35 bool notif_enabled = (value == BT_GATT_CCC_NOTIFY); in blvl_ccc_cfg_changed()
Dhrs.c59 bool notif_enabled = (value == BT_GATT_CCC_NOTIFY); in hrmc_ccc_cfg_changed()
/Zephyr-Core-2.7.6/tests/bluetooth/bsim_bt/edtt_ble_test_app/gatt_test_app/src/gatt/
Dservice_b_3_1.c92 value_v6_ntf_active = value == BT_GATT_CCC_NOTIFY; in value_v6_ccc_cfg_changed()
Dservice_b_3_2.c94 value_v6_ntf_active = value == BT_GATT_CCC_NOTIFY; in value_v6_ccc_cfg_changed()
Dservice_b_3_3.c94 value_v6_ntf_active = value == BT_GATT_CCC_NOTIFY; in value_v6_ccc_cfg_changed()
/Zephyr-Core-2.7.6/samples/bluetooth/st_ble_sensor/src/
Dmain.c84 notify_enable = (value == BT_GATT_CCC_NOTIFY); in mpu_ccc_cfg_changed()
/Zephyr-Core-2.7.6/samples/bluetooth/peripheral_hids/src/
Dhog.c116 simulate_input = (value == BT_GATT_CCC_NOTIFY) ? 1 : 0; in input_ccc_changed()
/Zephyr-Core-2.7.6/samples/boards/bbc_microbit/pong/src/
Dble.c205 subscribe_param.value = BT_GATT_CCC_NOTIFY; in discover_func()
509 remote_ready = (val == BT_GATT_CCC_NOTIFY); in pong_ccc_cfg_changed()
/Zephyr-Core-2.7.6/samples/bluetooth/central_hr/src/
Dmain.c83 subscribe_params.value = BT_GATT_CCC_NOTIFY; in discover_func()
/Zephyr-Core-2.7.6/tests/bluetooth/gatt/src/
Dmain.c39 nfy_enabled = (value == BT_GATT_CCC_NOTIFY) ? 1 : 0; in test1_ccc_cfg_changed()
/Zephyr-Core-2.7.6/tests/bluetooth/bsim_bt/bsim_test_app/src/
Dtest_connect1.c170 subscribe_params.value = BT_GATT_CCC_NOTIFY; in discover_func()
/Zephyr-Core-2.7.6/samples/bluetooth/peripheral_csc/src/
Dmain.c89 csc_simulate = value == BT_GATT_CCC_NOTIFY; in csc_meas_ccc_cfg_changed()
/Zephyr-Core-2.7.6/subsys/bluetooth/shell/
Dgatt.c558 subscribe_params.value = BT_GATT_CCC_NOTIFY; in cmd_subscribe()
606 subscribe_params.value = BT_GATT_CCC_NOTIFY; in cmd_resubscribe()
755 echo_enabled = (value == BT_GATT_CCC_NOTIFY) ? 1 : 0; in vnd1_ccc_cfg_changed()
/Zephyr-Core-2.7.6/samples/bluetooth/peripheral_esp/src/
Dmain.c131 simulate_temp = value == BT_GATT_CCC_NOTIFY; in temp_ccc_cfg_changed()
/Zephyr-Core-2.7.6/subsys/bluetooth/mesh/
Dgatt_services.c659 if (value != BT_GATT_CCC_NOTIFY) { in proxy_ccc_write()
960 if (value != BT_GATT_CCC_NOTIFY) { in prov_ccc_write()
/Zephyr-Core-2.7.6/include/bluetooth/
Dgatt.h282 #define BT_GATT_CCC_NOTIFY 0x0001 macro
/Zephyr-Core-2.7.6/subsys/bluetooth/audio/
Dmics_client.c291 sub_params->value = BT_GATT_CCC_NOTIFY; in mics_discover_func()
Dvocs_client.c403 sub_params->value = BT_GATT_CCC_NOTIFY; in vocs_discover_func()
Daics_client.c609 sub_params->value = BT_GATT_CCC_NOTIFY; in aics_discover_func()
Dvcs_client.c491 sub_params->value = BT_GATT_CCC_NOTIFY; in vcs_discover_func()
/Zephyr-Core-2.7.6/tests/bluetooth/tester/src/
Dgatt.c787 if (ccc_value == BT_GATT_CCC_NOTIFY) { in alloc_value()
1776 op = subscription->value == BT_GATT_CCC_NOTIFY ? GATT_CFG_NOTIFY : in discover_complete()
1882 value = BT_GATT_CCC_NOTIFY; in config_subscription()
/Zephyr-Core-2.7.6/subsys/bluetooth/host/
Dgatt.c2327 data.type = BT_GATT_CCC_NOTIFY; in bt_gatt_notify_cb()