Home
last modified time | relevance | path

Searched defs:TransportIndex (Results 1 – 15 of 15) 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
Darbiter.rs64 tcb_idx: TransportIndex, in try_parse_att_server_packet()
143 fn on_mtu_event(tcb_idx: TransportIndex, event: MtuEvent) { in on_mtu_event()
174 tcb_idx: TransportIndex, in create_manager_with_isolated_connection()
Dchannel.rs19 tcb_idx: TransportIndex, in send_packet()
Dserver.rs80 tcb_idx: TransportIndex, in on_le_connect()
170 tcb_idx: TransportIndex, in get_bearer()
Dffi.rs272 tcb_idx: TransportIndex, in send_packet()
/packages/modules/Bluetooth/system/rust/src/gatt/mocks/
Dmock_raw_datastore.rs62 tcb_idx: TransportIndex, in read()
76 tcb_idx: TransportIndex, in write()
98 tcb_idx: TransportIndex, in write_no_response()
115 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.rs55 tcb_idx: TransportIndex, in read()
68 tcb_idx: TransportIndex, in write()
Dmock_transport.rs24 tcb_idx: TransportIndex, in send_packet()
/packages/modules/Bluetooth/system/rust/src/gatt/server/services/
Dgatt.rs60 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()
210 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.rs138 tcb_idx: TransportIndex, in read()
165 tcb_idx: TransportIndex, in write()
195 tcb_idx: TransportIndex, in write_no_response()
219 tcb_idx: TransportIndex, in execute()
/packages/modules/Bluetooth/system/rust/src/gatt/server/
Disolation_manager.rs74 pub fn on_le_connect(&mut self, tcb_idx: TransportIndex, advertiser: Option<AdvertiserId>) { in on_le_connect()
96 pub fn on_le_disconnect(&mut self, tcb_idx: TransportIndex) { in on_le_disconnect()
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()