Home
last modified time | relevance | path

Searched refs:BT_GATT_CHRC_AUTH (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/
Dservice_f_1.c384 BT_GATT_CHRC_READ | BT_GATT_CHRC_AUTH,
/Zephyr-latest/samples/bluetooth/peripheral/src/
Dmain.c212 BT_GATT_CHRC_WRITE | BT_GATT_CHRC_AUTH,
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h442 #define BT_GATT_CHRC_AUTH 0x40 macro
/Zephyr-latest/subsys/bluetooth/host/shell/
Dgatt.c170 if (properties & BT_GATT_CHRC_AUTH) { in print_chrc_props()