Searched refs:BT_GATT_CHRC_INDICATE (Results 1 – 19 of 19) sorted by relevance
/Zephyr-latest/subsys/bluetooth/services/bas/ |
D | bas.c | 83 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/ |
D | dut.c | 43 BT_GATT_CHRC_NOTIFY | BT_GATT_CHRC_INDICATE),
|
/Zephyr-latest/samples/bluetooth/peripheral_ht/src/ |
D | hts.c | 59 BT_GATT_CHARACTERISTIC(BT_UUID_HTS_MEASUREMENT, BT_GATT_CHRC_INDICATE,
|
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/ |
D | service_b_3_2.c | 105 BT_GATT_CHRC_INDICATE,
|
D | service_b_3_3.c | 103 BT_GATT_CHRC_INDICATE,
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/acl_tx_frag/src/ |
D | dut.c | 69 BT_GATT_CHRC_NOTIFY | BT_GATT_CHRC_INDICATE),
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/dut/src/ |
D | main.c | 178 BT_GATT_CHRC_NOTIFY | BT_GATT_CHRC_INDICATE),
|
/Zephyr-latest/subsys/bluetooth/services/ots/ |
D | ots.c | 568 BT_GATT_CHRC_WRITE | BT_GATT_CHRC_INDICATE, \ 574 BT_GATT_CHRC_WRITE | BT_GATT_CHRC_INDICATE, \
|
/Zephyr-latest/samples/bluetooth/peripheral_csc/src/ |
D | main.c | 215 BT_GATT_CHRC_WRITE | BT_GATT_CHRC_INDICATE,
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc/src/ |
D | main.c | 246 BT_GATT_CHRC_NOTIFY | BT_GATT_CHRC_INDICATE),
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/dut/src/ |
D | main.c | 206 BT_GATT_CHRC_NOTIFY | BT_GATT_CHRC_INDICATE),
|
/Zephyr-latest/samples/bluetooth/peripheral/src/ |
D | main.c | 194 BT_GATT_CHRC_INDICATE,
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | gatt.h | 436 #define BT_GATT_CHRC_INDICATE 0x20 macro
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | has.c | 141 BT_GATT_CHRC_WRITE | BT_GATT_CHRC_INDICATE | BT_GATT_CHRC_NOTIFY, \ 148 BT_GATT_CHRC_WRITE | BT_GATT_CHRC_INDICATE, \
|
D | csip_set_coordinator.c | 760 } else if ((chrc->properties & BT_GATT_CHRC_INDICATE) != 0) { in discover_func()
|
D | tbs_client.c | 1688 } else if (chrc->properties & BT_GATT_CHRC_INDICATE) { in discover_func()
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | gatt.c | 166 if (properties & BT_GATT_CHRC_INDICATE) { in print_chrc_props()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | gatt.c | 1179 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/ |
D | btp_gatt.c | 560 (BT_GATT_CHRC_NOTIFY | BT_GATT_CHRC_INDICATE))) { in add_ccc()
|