Home
last modified time | relevance | path

Searched refs:BT_GATT_CHRC_INDICATE (Results 1 – 19 of 19) sorted by relevance

/Zephyr-latest/subsys/bluetooth/services/bas/
Dbas.c83 BT_GATT_CHRC_READ | BT_GATT_CHRC_NOTIFY | BT_GATT_CHRC_INDICATE,
89 BT_GATT_CHRC_READ | BT_GATT_CHRC_INDICATE, BT_GATT_PERM_READ,
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/src/
Ddut.c43 BT_GATT_CHRC_NOTIFY | BT_GATT_CHRC_INDICATE),
/Zephyr-latest/samples/bluetooth/peripheral_ht/src/
Dhts.c59 BT_GATT_CHARACTERISTIC(BT_UUID_HTS_MEASUREMENT, BT_GATT_CHRC_INDICATE,
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/
Dservice_b_3_2.c105 BT_GATT_CHRC_INDICATE,
Dservice_b_3_3.c103 BT_GATT_CHRC_INDICATE,
/Zephyr-latest/tests/bsim/bluetooth/host/misc/acl_tx_frag/src/
Ddut.c69 BT_GATT_CHRC_NOTIFY | BT_GATT_CHRC_INDICATE),
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/dut/src/
Dmain.c178 BT_GATT_CHRC_NOTIFY | BT_GATT_CHRC_INDICATE),
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots.c568 BT_GATT_CHRC_WRITE | BT_GATT_CHRC_INDICATE, \
574 BT_GATT_CHRC_WRITE | BT_GATT_CHRC_INDICATE, \
/Zephyr-latest/samples/bluetooth/peripheral_csc/src/
Dmain.c215 BT_GATT_CHRC_WRITE | BT_GATT_CHRC_INDICATE,
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc/src/
Dmain.c246 BT_GATT_CHRC_NOTIFY | BT_GATT_CHRC_INDICATE),
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/dut/src/
Dmain.c206 BT_GATT_CHRC_NOTIFY | BT_GATT_CHRC_INDICATE),
/Zephyr-latest/samples/bluetooth/peripheral/src/
Dmain.c194 BT_GATT_CHRC_INDICATE,
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h436 #define BT_GATT_CHRC_INDICATE 0x20 macro
/Zephyr-latest/subsys/bluetooth/audio/
Dhas.c141 BT_GATT_CHRC_WRITE | BT_GATT_CHRC_INDICATE | BT_GATT_CHRC_NOTIFY, \
148 BT_GATT_CHRC_WRITE | BT_GATT_CHRC_INDICATE, \
Dcsip_set_coordinator.c760 } else if ((chrc->properties & BT_GATT_CHRC_INDICATE) != 0) { in discover_func()
Dtbs_client.c1688 } else if (chrc->properties & BT_GATT_CHRC_INDICATE) { in discover_func()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dgatt.c166 if (properties & BT_GATT_CHRC_INDICATE) { in print_chrc_props()
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c1179 BT_GATT_CHARACTERISTIC(BT_UUID_GATT_SC, BT_GATT_CHRC_INDICATE,
3126 if (!(chrc->properties & BT_GATT_CHRC_INDICATE)) { in bt_gatt_indicate()
3467 if (!(properties & (BT_GATT_CHRC_NOTIFY | BT_GATT_CHRC_INDICATE))) { in bt_gatt_is_subscribed()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gatt.c560 (BT_GATT_CHRC_NOTIFY | BT_GATT_CHRC_INDICATE))) { in add_ccc()