Loading system/main/shim/btm_api.cc +0 −5 Original line number Diff line number Diff line Loading @@ -524,11 +524,6 @@ void bluetooth::shim::BTM_SecClearSecurityFlags(const RawAddress& bd_addr) { // TODO(optedoblivion): Call RemoveBond on device address } char* bluetooth::shim::BTM_SecReadDevName(const RawAddress& address) { static char name[] = "TODO: See if this is needed"; return name; } bool bluetooth::shim::BTM_SecAddRmtNameNotifyCallback( tBTM_RMT_NAME_CALLBACK* p_callback) { // TODO(optedoblivion): keep track of callback Loading system/main/shim/btm_api.h +0 −12 Original line number Diff line number Diff line Loading @@ -1574,18 +1574,6 @@ bool BTM_PeerSupportsSecureConnections(const RawAddress& bd_addr); ******************************************************************************/ tBT_DEVICE_TYPE BTM_GetPeerDeviceTypeFromFeatures(const RawAddress& bd_addr); /******************************************************************************* * * Function BTM_SecReadDevName * * Description Looks for the device name in the security database for the * specified BD address. * * Returns Pointer to the name or NULL * ******************************************************************************/ char* BTM_SecReadDevName(const RawAddress& bd_addr); /******************************************************************************* * * Function BTM_GetHCIConnHandle Loading system/test/mock/mock_main_shim_btm_api.cc +0 −4 Original line number Diff line number Diff line Loading @@ -115,10 +115,6 @@ bool bluetooth::shim::BTM_UseLeLink(const RawAddress& raw_address) { inc_func_call_count(__func__); return false; } char* bluetooth::shim::BTM_SecReadDevName(const RawAddress& address) { inc_func_call_count(__func__); return nullptr; } const Octet16& bluetooth::shim::BTM_GetDeviceEncRoot() { inc_func_call_count(__func__); return octet16; Loading Loading
system/main/shim/btm_api.cc +0 −5 Original line number Diff line number Diff line Loading @@ -524,11 +524,6 @@ void bluetooth::shim::BTM_SecClearSecurityFlags(const RawAddress& bd_addr) { // TODO(optedoblivion): Call RemoveBond on device address } char* bluetooth::shim::BTM_SecReadDevName(const RawAddress& address) { static char name[] = "TODO: See if this is needed"; return name; } bool bluetooth::shim::BTM_SecAddRmtNameNotifyCallback( tBTM_RMT_NAME_CALLBACK* p_callback) { // TODO(optedoblivion): keep track of callback Loading
system/main/shim/btm_api.h +0 −12 Original line number Diff line number Diff line Loading @@ -1574,18 +1574,6 @@ bool BTM_PeerSupportsSecureConnections(const RawAddress& bd_addr); ******************************************************************************/ tBT_DEVICE_TYPE BTM_GetPeerDeviceTypeFromFeatures(const RawAddress& bd_addr); /******************************************************************************* * * Function BTM_SecReadDevName * * Description Looks for the device name in the security database for the * specified BD address. * * Returns Pointer to the name or NULL * ******************************************************************************/ char* BTM_SecReadDevName(const RawAddress& bd_addr); /******************************************************************************* * * Function BTM_GetHCIConnHandle Loading
system/test/mock/mock_main_shim_btm_api.cc +0 −4 Original line number Diff line number Diff line Loading @@ -115,10 +115,6 @@ bool bluetooth::shim::BTM_UseLeLink(const RawAddress& raw_address) { inc_func_call_count(__func__); return false; } char* bluetooth::shim::BTM_SecReadDevName(const RawAddress& address) { inc_func_call_count(__func__); return nullptr; } const Octet16& bluetooth::shim::BTM_GetDeviceEncRoot() { inc_func_call_count(__func__); return octet16; Loading