Searched refs:IsClassicAcl (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/bt/main/shim/ |
H A D | acl.cc | 688 bool IsClassicAcl(HciHandle handle) { in IsClassicAcl() function 695 ASSERT_LOG(IsClassicAcl(handle), "handle %d is not a classic connection", in EnqueueClassicPacket() 752 ASSERT_LOG(IsClassicAcl(handle), "handle %d is not a classic connection", in HoldMode() 759 ASSERT_LOG(IsClassicAcl(handle), "handle %d is not a classic connection", in ExitSniffMode() 766 ASSERT_LOG(IsClassicAcl(handle), "handle %d is not a classic connection", in SniffMode() 775 ASSERT_LOG(IsClassicAcl(handle), "handle %d is not a classic connection", in SniffSubrating() 782 ASSERT_LOG(IsClassicAcl(handle), "handle %d is not a classic connection", in SetConnectionEncryption() 1113 if (pimpl_->IsClassicAcl(handle)) { in write_data_sync()
|