Loading system/stack/btm/btm_dev.cc +1 −1 Original line number Diff line number Diff line Loading @@ -338,7 +338,7 @@ bool btm_dev_support_role_switch(const RawAddress& bd_addr) { return false; } bool is_handle_equal(void* data, void* context) { static bool is_handle_equal(void* data, void* context) { tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data); uint16_t* handle = static_cast<uint16_t*>(context); Loading system/test/mock/mock_stack_btm_dev.cc +0 −4 Original line number Diff line number Diff line Loading @@ -65,10 +65,6 @@ bool btm_set_bond_type_dev(const RawAddress& /* bd_addr */, inc_func_call_count(__func__); return false; } bool is_handle_equal(void* /* data */, void* /* context */) { inc_func_call_count(__func__); return false; } const char* BTM_SecReadDevName(const RawAddress& /* bd_addr */) { inc_func_call_count(__func__); return nullptr; Loading Loading
system/stack/btm/btm_dev.cc +1 −1 Original line number Diff line number Diff line Loading @@ -338,7 +338,7 @@ bool btm_dev_support_role_switch(const RawAddress& bd_addr) { return false; } bool is_handle_equal(void* data, void* context) { static bool is_handle_equal(void* data, void* context) { tBTM_SEC_DEV_REC* p_dev_rec = static_cast<tBTM_SEC_DEV_REC*>(data); uint16_t* handle = static_cast<uint16_t*>(context); Loading
system/test/mock/mock_stack_btm_dev.cc +0 −4 Original line number Diff line number Diff line Loading @@ -65,10 +65,6 @@ bool btm_set_bond_type_dev(const RawAddress& /* bd_addr */, inc_func_call_count(__func__); return false; } bool is_handle_equal(void* /* data */, void* /* context */) { inc_func_call_count(__func__); return false; } const char* BTM_SecReadDevName(const RawAddress& /* bd_addr */) { inc_func_call_count(__func__); return nullptr; Loading