Searched defs:TransportIndex (Results  1 – 14 of 14) 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 | channel.rs | 19         tcb_idx: TransportIndex,  in send_packet()
  | 
| D | arbiter.rs | 96         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()
  | 
| D | server.rs | 143         tcb_idx: TransportIndex,  in get_bearer()
  | 
| D | ffi.rs | 276         tcb_idx: TransportIndex,  in send_packet()
  | 
| /packages/modules/Bluetooth/system/rust/src/gatt/mocks/ | 
| D | mock_raw_datastore.rs | 65         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()
  | 
| 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 | 58         tcb_idx: TransportIndex,  in read() 71         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 | 61         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()
  | 
| D | gap.rs | 39         _: TransportIndex,  in read() 57         _: TransportIndex,  in write()
  | 
| /packages/modules/Bluetooth/system/rust/src/gatt/callbacks/ | 
| D | callback_transaction_manager.rs | 141         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/ | 
| 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()
  |