Searched refs:handle_packet (Results 1 – 7 of 7) sorted by relevance
121 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()288 .handle_packet(build_att_view_or_crash(AttHandleValueConfirmationBuilder {}).view()); in test_send_indication()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()451 gatt.get_bearer(TCB_IDX).unwrap().handle_packet( in test_read_device_name()503 gatt.get_bearer(TCB_IDX).unwrap().handle_packet( in test_service_change_indication()[all …]
100 pub fn handle_packet(&self, packet: AttView<'_>) { in handle_packet() method289 conn.as_ref().handle_packet( in test_single_transaction()304 conn.as_ref().handle_packet( in test_sequential_transactions()313 conn.as_ref().handle_packet( in test_sequential_transactions()367 conn.as_ref().handle_packet(req1.view()); in test_concurrent_transaction_failure()372 conn.as_ref().handle_packet(req2.view()); in test_concurrent_transaction_failure()424 conn.as_ref().handle_packet( in test_indication_confirmation()448 conn.as_ref().handle_packet( in test_sequential_indications()460 conn.as_ref().handle_packet( in test_sequential_indications()518 conn.as_ref().handle_packet( in test_queued_indications_dequeue_second()[all …]
129 static const auto handle_packet = [](Connection* connection, std::unique_ptr<apacket> packet) { in BM_Connection_Echo() local138 handle_packet(connection, std::move(packet)); in BM_Connection_Echo()141 handle_packet(connection, std::move(packet)); in BM_Connection_Echo()
143 void handle_packet(apacket* p, atransport* t);
407 void handle_packet(apacket *p, atransport *t) in handle_packet() function
1146 fdevent_run_on_looper([packet, this]() { handle_packet(packet, this); }); in HandleRead()
132 bearer.handle_packet(att.view()) in intercept_packet()