Searched refs:BT_GATT_PERM_WRITE_MASK (Results 1 – 3 of 3) sorted by relevance
18 #define BT_GATT_PERM_WRITE_MASK (BT_GATT_PERM_WRITE | \ macro
2053 BT_GATT_PERM_WRITE_MASK); in write_cb()2171 BT_GATT_PERM_WRITE_MASK); in prep_write_cb()
3168 (!(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()