Searched refs:IsEncrypted (Results 1 – 8 of 8) sorted by relevance
35 virtual bool IsEncrypted(const RawAddress& remote_bd_addr,51 MOCK_METHOD2(IsEncrypted,
37 return btm_api_interface->IsEncrypted(remote_bd_addr, transport); in BTM_IsEncrypted()
287 ON_CALL(btm_api_interface_, IsEncrypted) in TEST_F()303 ON_CALL(btm_api_interface_, IsEncrypted) in TEST_F()334 ON_CALL(btm_api_interface_, IsEncrypted) in TEST_F()368 ON_CALL(btm_api_interface_, IsEncrypted) in TEST_F()391 ON_CALL(btm_api_interface_, IsEncrypted) in TEST_F()407 ON_CALL(btm_api_interface_, IsEncrypted) in TEST_F()
40 bool AclConnection::IsEncrypted() const { return encrypted_; } in IsEncrypted() function in rootcanal::AclConnection
52 bool IsEncrypted() const;
262 bool AclConnectionHandler::IsEncrypted(uint16_t handle) const { in IsEncrypted() function in rootcanal::AclConnectionHandler266 return acl_connections_.at(handle).IsEncrypted(); in IsEncrypted()
111 bool IsEncrypted(uint16_t handle) const;
4700 if (connections_.IsEncrypted(handle)) { in IncomingLeEncryptConnectionResponse()6033 if (connections_.IsEncrypted(handle)) { in LeLongTermKeyRequestReply()