Searched defs:TransportIndex (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/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 | 62 tcb_idx: TransportIndex, in try_parse_att_server_packet() 141 fn on_mtu_event(tcb_idx: TransportIndex, event: MtuEvent) { in on_mtu_event() 169 tcb_idx: TransportIndex, in create_manager_with_isolated_connection()
|
D | server.rs | 79 tcb_idx: TransportIndex, in on_le_connect() 170 tcb_idx: TransportIndex, in get_bearer()
|
D | channel.rs | 18 fn send_packet(&self, tcb_idx: TransportIndex, packet: att::Att) -> Result<(), EncodeError>; in send_packet()
|
D | ffi.rs | 271 fn send_packet(&self, tcb_idx: TransportIndex, packet: att::Att) -> Result<(), EncodeError> { in send_packet()
|
/aosp_15_r20/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 fn send_packet(&self, tcb_idx: TransportIndex, packet: att::Att) -> Result<(), EncodeError> { in send_packet()
|
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/services/ |
D | gatt.rs | 58 tcb_idx: TransportIndex, in read() 82 tcb_idx: TransportIndex, in write() 110 tcb_idx: TransportIndex, in on_le_connect() 120 fn on_le_disconnect(&self, tcb_idx: TransportIndex) { in on_le_disconnect() 209 tcb_idx: TransportIndex, in add_connection()
|
D | gap.rs | 39 _: TransportIndex, in read() 57 _: TransportIndex, in write()
|
/aosp_15_r20/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()
|
/aosp_15_r20/packages/modules/Bluetooth/system/rust/src/gatt/server/ |
D | gatt_database.rs | 120 tcb_idx: TransportIndex, in on_le_connect() 124 fn on_le_disconnect(&self, tcb_idx: TransportIndex); in on_le_disconnect() 144 tcb_idx: TransportIndex, in on_bearer_ready() 153 pub fn on_bearer_dropped(&self, tcb_idx: TransportIndex) { in on_bearer_dropped()
|
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()
|