Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/audio/mocks/src/
Dgatt.c546 const struct bt_gatt_attr *attr, uint16_t ccc_type) in bt_gatt_is_subscribed() argument
548 return mock_bt_gatt_is_subscribed(conn, attr, ccc_type); in bt_gatt_is_subscribed()
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h1489 const struct bt_gatt_attr *attr, uint16_t ccc_type);
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c3436 const struct bt_gatt_attr *attr, uint16_t ccc_type) in bt_gatt_is_subscribed() argument
3515 if (ccc_bits & ccc_type) { in bt_gatt_is_subscribed()