Home
last modified time | relevance | path

Searched defs:list_attributes (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/
Datt_database.rs81 fn list_attributes(&self) -> Vec<AttAttribute>; in list_attributes() method
123 fn list_attributes(&self) -> Vec<AttAttribute> { in list_attributes() method
Dgatt_database.rs479 fn list_attributes(&self) -> Vec<AttAttribute> { in list_attributes() method
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/test/
Dtest_att_db.rs80 fn list_attributes(&self) -> Vec<AttAttribute> { in list_attributes() method
/aosp_15_r20/external/e2fsprogs/misc/
H A Dlsattr.c79 static int list_attributes (const char * name) in list_attributes() function