Home
last modified time | relevance | path

Searched defs:TransportIndex (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/gatt/
Dcallbacks.rs101 tcb_idx: TransportIndex, in read()
110 tcb_idx: TransportIndex, in write()
121 tcb_idx: TransportIndex, in write_no_response()
130 tcb_idx: TransportIndex, in execute()
142 tcb_idx: TransportIndex, in read()
150 tcb_idx: TransportIndex, in write()
162 tcb_idx: TransportIndex, in read()
177 tcb_idx: TransportIndex, in write()
194 tcb_idx: TransportIndex, in write_no_response()
204 async fn execute(&self, _: TransportIndex, _: TransactionDecision) -> Result<(), AttErrorCode> { in execute()
Dids.rs12 pub const fn new(tcb_idx: TransportIndex, server_id: ServerId) -> ConnectionId { in new()
17 pub fn get_tcb_idx(&self) -> TransportIndex { in get_tcb_idx()
37 pub struct TransportIndex(pub u8); struct
Dchannel.rs19 tcb_idx: TransportIndex, in send_packet()
Darbiter.rs96 tcb_idx: TransportIndex, in try_parse_att_server_packet()
123 tcb_idx: TransportIndex, in on_le_connect()
194 fn on_mtu_event(tcb_idx: TransportIndex, event: MtuEvent) { in on_mtu_event()
Dserver.rs143 tcb_idx: TransportIndex, in get_bearer()
Dffi.rs276 tcb_idx: TransportIndex, in send_packet()
/packages/modules/Bluetooth/system/rust/src/gatt/mocks/
Dmock_raw_datastore.rs65 tcb_idx: TransportIndex, in read()
79 tcb_idx: TransportIndex, in write()
101 tcb_idx: TransportIndex, in write_no_response()
118 tcb_idx: TransportIndex, in execute()
Dmock_database_callbacks.rs41 tcb_idx: TransportIndex, in on_le_connect()
47 fn on_le_disconnect(&self, tcb_idx: TransportIndex) { in on_le_disconnect()
Dmock_datastore.rs58 tcb_idx: TransportIndex, in read()
71 tcb_idx: TransportIndex, in write()
Dmock_transport.rs24 tcb_idx: TransportIndex, in send_packet()
/packages/modules/Bluetooth/system/rust/src/gatt/server/services/
Dgatt.rs61 tcb_idx: TransportIndex, in read()
84 tcb_idx: TransportIndex, in write()
112 tcb_idx: TransportIndex, in on_le_connect()
122 fn on_le_disconnect(&self, tcb_idx: TransportIndex) { in on_le_disconnect()
213 tcb_idx: TransportIndex, in add_connection()
Dgap.rs39 _: TransportIndex, in read()
57 _: TransportIndex, in write()
/packages/modules/Bluetooth/system/rust/src/gatt/callbacks/
Dcallback_transaction_manager.rs141 tcb_idx: TransportIndex, in read()
168 tcb_idx: TransportIndex, in write()
198 tcb_idx: TransportIndex, in write_no_response()
222 tcb_idx: TransportIndex, in execute()
/packages/modules/Bluetooth/system/rust/src/gatt/server/
Dgatt_database.rs123 tcb_idx: TransportIndex, in on_le_connect()
127 fn on_le_disconnect(&self, tcb_idx: TransportIndex); in on_le_disconnect()
147 tcb_idx: TransportIndex, in on_bearer_ready()
156 pub fn on_bearer_dropped(&self, tcb_idx: TransportIndex) { in on_bearer_dropped()