Home
last modified time | relevance | path

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

/system/bt/audio_hal_interface/
Dclient_interface.cc218 size_t instance_count = 0; in IsSupported() local
220 [&instance_count]( in IsSupported()
222 instance_count = instanceNames.size(); in IsSupported()
223 LOG(INFO) << "listManifestByInterface_cb returns " << instance_count in IsSupported()
233 return (instance_count > 0); in IsSupported()
/system/bt/stack/btm/
Dbtm_ble_multi_adv.cc180 void ReadInstanceCountCb(uint8_t instance_count) { in ReadInstanceCountCb() argument
181 this->inst_count = instance_count; in ReadInstanceCountCb()