Home
last modified time | relevance | path

Searched refs:IsEncrypted (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/stack/test/common/
Dmock_btm_api_layer.h35 virtual bool IsEncrypted(const RawAddress& remote_bd_addr,
51 MOCK_METHOD2(IsEncrypted,
Dmock_btm_api_layer.cc37 return btm_api_interface->IsEncrypted(remote_bd_addr, transport); in BTM_IsEncrypted()
/packages/modules/Bluetooth/system/stack/test/eatt/
Deatt_test.cc287 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()
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dacl_connection.cc40 bool AclConnection::IsEncrypted() const { return encrypted_; } in IsEncrypted() function in rootcanal::AclConnection
Dacl_connection.h52 bool IsEncrypted() const;
Dacl_connection_handler.cc262 bool AclConnectionHandler::IsEncrypted(uint16_t handle) const { in IsEncrypted() function in rootcanal::AclConnectionHandler
266 return acl_connections_.at(handle).IsEncrypted(); in IsEncrypted()
Dacl_connection_handler.h111 bool IsEncrypted(uint16_t handle) const;
Dlink_layer_controller.cc4700 if (connections_.IsEncrypted(handle)) { in IncomingLeEncryptConnectionResponse()
6033 if (connections_.IsEncrypted(handle)) { in LeLongTermKeyRequestReply()