Home
last modified time | relevance | path

Searched refs:BT_GATT_PERM_READ_LESC (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dgatt_internal.h17 BT_GATT_PERM_READ_LESC)
26 #define BT_GATT_PERM_LESC_MASK (BT_GATT_PERM_READ_LESC | \
30 BT_GATT_PERM_READ_LESC)
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/general/src/
Dgatt_server_test.c157 BT_GATT_PERM_READ_LESC | BT_GATT_PERM_WRITE_LESC,
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h87 BT_GATT_PERM_READ_LESC = BIT(7), enumerator