Home
last modified time | relevance | path

Searched refs:LinkType (Results 1 – 5 of 5) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/include/
Dhci.h36 enum class LinkType : uint8_t { enum
/system/bt/vendor_libs/test_vendor_lib/packets/hci/
Devent_packet_builder.h142 hci::LinkType link_type,
148 hci::LinkType link_type);
Devent_packet_builder.cc317 …hci::Status status, uint16_t handle, const Address& address, hci::LinkType link_type, bool encrypt… in CreateConnectionCompleteEvent()
334 … hci::LinkType link_type) { in CreateConnectionRequestEvent()
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dlink_layer_controller.cc567 hci::LinkType::ACL) in IncomingPagePacket()
580 … incoming.GetSourceAddress(), hci::LinkType::ACL, false) in IncomingPageResponsePacket()
930 …ilder::CreateConnectionCompleteEvent(hci::Status::SUCCESS, handle, addr, hci::LinkType::ACL, false) in MakeSlaveConnection()
952 hci::LinkType::ACL, false) in RejectSlaveConnection()
Ddual_mode_controller.cc1083 … hci::Status::SUCCESS, acl_handle, properties_.GetAddress(), hci::LinkType::ACL, false) in HciWriteLoopbackMode()
1088 … hci::Status::SUCCESS, sco_handle, properties_.GetAddress(), hci::LinkType::SCO, false) in HciWriteLoopbackMode()