/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | pacs_notify_server_test.c | 57 if (bt_gatt_is_subscribed(conn, attr, BT_GATT_CCC_NOTIFY)) { in is_peer_subscribed() 65 if (bt_gatt_is_subscribed(conn, attr, BT_GATT_CCC_NOTIFY)) { in is_peer_subscribed() 73 if (bt_gatt_is_subscribed(conn, attr, BT_GATT_CCC_NOTIFY)) { in is_peer_subscribed() 81 if (bt_gatt_is_subscribed(conn, attr, BT_GATT_CCC_NOTIFY)) { in is_peer_subscribed() 89 if (bt_gatt_is_subscribed(conn, attr, BT_GATT_CCC_NOTIFY)) { in is_peer_subscribed() 97 if (bt_gatt_is_subscribed(conn, attr, BT_GATT_CCC_NOTIFY)) { in is_peer_subscribed()
|
D | pacs_notify_client_test.c | 125 subscribe_params->value = BT_GATT_CCC_NOTIFY; in discover_supported_contexts() 192 subscribe_params->value = BT_GATT_CCC_NOTIFY; in discover_available_contexts() 259 subscribe_params->value = BT_GATT_CCC_NOTIFY; in discover_src_loc() 326 subscribe_params->value = BT_GATT_CCC_NOTIFY; in discover_snk_loc() 393 subscribe_params->value = BT_GATT_CCC_NOTIFY; in discover_pacs_src() 460 subscribe_params->value = BT_GATT_CCC_NOTIFY; in discover_pacs_snk()
|
D | csip_notify_server_test.c | 38 return bt_gatt_is_subscribed(conn, attr, BT_GATT_CCC_NOTIFY); in is_peer_subscribed()
|
/Zephyr-latest/subsys/bluetooth/services/bas/ |
D | bas.c | 38 bool notif_enabled = (value == BT_GATT_CCC_NOTIFY); in blvl_ccc_cfg_changed() 48 bool notif_enabled = (value == BT_GATT_CCC_NOTIFY); in blvl_status_ccc_cfg_changed()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/sc_indicate/src/ |
D | peripheral.c | 31 bool notif_enabled = (value == BT_GATT_CCC_NOTIFY); in new_svc_ccc_cfg_changed()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_multiple/src/ |
D | gatt_server_test.c | 63 const bool notif_enabled = (value == BT_GATT_CCC_NOTIFY); in short_subscribe() 74 const bool notif_enabled = (value == BT_GATT_CCC_NOTIFY); in long_subscribe()
|
D | gatt_client_test.c | 236 .value = BT_GATT_CCC_NOTIFY, 245 .value = BT_GATT_CCC_NOTIFY,
|
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/ |
D | service_b_3_1.c | 94 value_v6_ntf_active = value == BT_GATT_CCC_NOTIFY; in value_v6_ccc_cfg_changed()
|
D | service_b_3_2.c | 96 value_v6_ntf_active = value == BT_GATT_CCC_NOTIFY; in value_v6_ccc_cfg_changed()
|
D | service_b_3_3.c | 94 value_v6_ntf_active = value == BT_GATT_CCC_NOTIFY; in value_v6_ccc_cfg_changed()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/dut/src/ |
D | dut.c | 75 sub_params.value = BT_GATT_CCC_NOTIFY; in fake_subscribe()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/ccc_store/src/ |
D | peripheral.c | 46 bool notif_enabled = (value == BT_GATT_CCC_NOTIFY); in ccc_cfg_changed() 147 bool is_subscribed = bt_gatt_is_subscribed(conn, attr, BT_GATT_CCC_NOTIFY); in is_peer_subscribed()
|
/Zephyr-latest/samples/bluetooth/mtu_update/peripheral/src/ |
D | peripheral_mtu_update.c | 40 bool notif_enabled = (value == BT_GATT_CCC_NOTIFY); in ccc_cfg_changed()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify/src/ |
D | gatt_server_test.c | 79 const bool notif_enabled = (value == BT_GATT_CCC_NOTIFY); in short_subscribe() 90 const bool notif_enabled = (value == BT_GATT_CCC_NOTIFY); in long_subscribe()
|
D | gatt_client_test.c | 233 .value = BT_GATT_CCC_NOTIFY, 242 .value = BT_GATT_CCC_NOTIFY,
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/src/ |
D | peripheral.c | 47 bool notif_enabled = (value == BT_GATT_CCC_NOTIFY); in ccc_cfg_changed() 158 bool is_subscribed = bt_gatt_is_subscribed(conn, attr, BT_GATT_CCC_NOTIFY); in is_peer_subscribed()
|
/Zephyr-latest/subsys/bluetooth/services/ |
D | hrs.c | 70 bool notif_enabled = (value == BT_GATT_CCC_NOTIFY); in hrmc_ccc_cfg_changed()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings_clear/src/ |
D | server.c | 40 bool notif_enabled = (value == BT_GATT_CCC_NOTIFY); in ccc_cfg_changed()
|
D | client.c | 120 sub_params.value = BT_GATT_CCC_NOTIFY; in subscribe()
|
/Zephyr-latest/samples/bluetooth/st_ble_sensor/src/ |
D | main.c | 84 notify_enable = (value == BT_GATT_CCC_NOTIFY); in mpu_ccc_cfg_changed()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/src/ |
D | peer.c | 126 sub_params.value = BT_GATT_CCC_NOTIFY; in subscribe()
|
/Zephyr-latest/samples/bluetooth/peripheral_hids/src/ |
D | hog.c | 118 simulate_input = (value == BT_GATT_CCC_NOTIFY) ? 1 : 0; in input_ccc_changed()
|
/Zephyr-latest/subsys/logging/backends/ |
D | log_backend_ble.c | 99 const bool notify_enabled = value == BT_GATT_CCC_NOTIFY; in log_notify_changed()
|
/Zephyr-latest/samples/boards/bbc/microbit/pong/src/ |
D | ble.c | 208 subscribe_param.value = BT_GATT_CCC_NOTIFY; in discover_func() 512 remote_ready = (val == BT_GATT_CCC_NOTIFY); in pong_ccc_cfg_changed()
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/id_addr_update/peripheral/src/ |
D | utils.c | 170 if (value == BT_GATT_CCC_NOTIFY) { in bas_ccc_cfg_changed()
|