Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dgatt_database.rs172 let mut attribute_cnt = 0; in add_service_with_handles() localVariable
175 attribute_cnt += 1; in add_service_with_handles()
268 if attributes.len() != attribute_cnt { in add_service_with_handles()