Home
last modified time | relevance | path

Searched refs:get_bearer (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/rust/tests/
Dgatt_server_test.rs121 gatt.get_bearer(TCB_IDX).unwrap().handle_packet( in test_service_read()
158 gatt.get_bearer(TCB_IDX).unwrap().handle_packet( in test_server_closed_while_connected()
191 gatt.get_bearer(TCB_IDX).unwrap().handle_packet( in test_characteristic_read()
234 gatt.get_bearer(TCB_IDX).unwrap().handle_packet( in test_characteristic_write()
281 gatt.get_bearer(TCB_IDX).unwrap().send_indication(CHARACTERISTIC_HANDLE, data.clone()), in test_send_indication()
286 gatt.get_bearer(TCB_IDX) in test_send_indication()
316 let pending_indication = spawn_local(gatt.get_bearer(TCB_IDX).unwrap().send_indication( in test_send_indication_and_disconnect()
342 gatt.get_bearer(TCB_IDX).unwrap().handle_packet( in test_write_to_descriptor()
407 gatt.get_bearer(TCB_IDX).unwrap().handle_packet( in test_multiple_servers()
413 gatt.get_bearer(ANOTHER_TCB_IDX).unwrap().handle_packet( in test_multiple_servers()
[all …]
/packages/modules/Bluetooth/system/rust/src/gatt/
Darbiter.rs131 if let Some(bearer) = modules.gatt_module.get_bearer(tcb_idx) { in intercept_packet()
146 let Some(bearer) = modules.gatt_module.get_bearer(tcb_idx) else { in on_mtu_event()
Dserver.rs168 pub fn get_bearer( in get_bearer() method
Dffi.rs446 let Some(bearer) = modules.gatt_module.get_bearer(conn_id.get_tcb_idx()) else { in send_indication()