Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/gatt/
Darbiter.rs18 opcode_types::{classify_opcode, OperationType},
77 match classify_opcode(att.view().get_opcode()) { in try_parse_att_server_packet()
Dopcode_types.rs24 pub fn classify_opcode(opcode: AttOpcode) -> OperationType { in classify_opcode() function
/packages/modules/Bluetooth/system/rust/src/gatt/server/
Datt_server_bearer.rs19 opcode_types::{classify_opcode, OperationType},
101 match classify_opcode(packet.get_opcode()) { in handle_packet()