Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dgatt_internal.h18 #define BT_GATT_PERM_WRITE_MASK (BT_GATT_PERM_WRITE | \ macro
Datt.c2053 BT_GATT_PERM_WRITE_MASK); in write_cb()
2171 BT_GATT_PERM_WRITE_MASK); in prep_write_cb()
Dgatt.c3168 (!(attr->perm & BT_GATT_PERM_WRITE_MASK) || !attr->write)) { in bt_gatt_check_perm()
3327 err = bt_gatt_check_perm(conn, attr, BT_GATT_PERM_WRITE_MASK); in update_ccc()