Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_iso_impl.h769 log::assert_that(!IsBigKnown(big_id), "Invalid big - already exists: {}", in create_big()
787 log::assert_that(IsBigKnown(big_id), "No such big: {}", big_id); in terminate_big()
892 bool IsBigKnown(uint8_t big_id) const { in IsBigKnown() function