Searched defs:TransportIndex (Results 1 – 15 of 15) sorted by relevance
/packages/modules/Bluetooth/system/rust/src/gatt/ |
D | callbacks.rs | 101 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()
|
D | ids.rs | 12 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
|
D | arbiter.rs | 64 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()
|
D | channel.rs | 19 tcb_idx: TransportIndex, in send_packet()
|
D | server.rs | 80 tcb_idx: TransportIndex, in on_le_connect() 170 tcb_idx: TransportIndex, in get_bearer()
|
D | ffi.rs | 272 tcb_idx: TransportIndex, in send_packet()
|
/packages/modules/Bluetooth/system/rust/src/gatt/mocks/ |
D | mock_raw_datastore.rs | 62 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()
|
D | mock_database_callbacks.rs | 41 tcb_idx: TransportIndex, in on_le_connect() 47 fn on_le_disconnect(&self, tcb_idx: TransportIndex) { in on_le_disconnect()
|
D | mock_datastore.rs | 55 tcb_idx: TransportIndex, in read() 68 tcb_idx: TransportIndex, in write()
|
D | mock_transport.rs | 24 tcb_idx: TransportIndex, in send_packet()
|
/packages/modules/Bluetooth/system/rust/src/gatt/server/services/ |
D | gatt.rs | 60 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()
|
D | gap.rs | 39 _: TransportIndex, in read() 57 _: TransportIndex, in write()
|
/packages/modules/Bluetooth/system/rust/src/gatt/callbacks/ |
D | callback_transaction_manager.rs | 138 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/ |
D | isolation_manager.rs | 74 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()
|
D | gatt_database.rs | 123 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()
|