Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_iso_impl.h562 LOG_ASSERT(!IsBigKnown(big_id)) << "Invalid big - already exists"; in create_big()
573 LOG_ASSERT(IsBigKnown(big_id)) << "No such big"; in terminate_big()
684 bool IsBigKnown(uint8_t big_id) const { in IsBigKnown() function