Home
last modified time | relevance | path

Searched refs:HciHandle (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/main/shim/
Dacl.cc139 using HciHandle = uint16_t; typedef
148 using OnDisconnect = std::function<void(HciHandle, hci::ErrorCode reason)>;
390 constexpr HciHandle kInvalidHciHandle = 0xffff;
394 ShimAclConnection(const HciHandle handle, SendDataUpwards send_data_upwards, in ShimAclConnection()
904 std::map<HciHandle, std::unique_ptr<ClassicShimAclConnection>>
906 std::map<HciHandle, std::unique_ptr<LeShimAclConnection>>
918 bool IsClassicAcl(HciHandle handle) { in IsClassicAcl()
923 void EnqueueClassicPacket(HciHandle handle, in EnqueueClassicPacket()
930 void Flush(HciHandle handle) { in Flush()
938 bool IsLeAcl(HciHandle handle) { in IsLeAcl()
[all …]
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_acl.cc71 using HciHandle = uint16_t; typedef
97 HciHandle /* handle */, hci::ErrorCode /* reason */) { in OnClassicLinkDisconnected() argument
119 void shim::legacy::Acl::OnLeLinkDisconnected(HciHandle /* handle */, in OnLeLinkDisconnected() argument
/packages/modules/Bluetooth/system/main/test/
Dmain_shim_test.cc76 using HciHandle = uint16_t; typedef