Loading system/bta/csis/csis_client_test.cc +1 −1 Original line number Diff line number Diff line Loading @@ -504,7 +504,7 @@ protected: .conn_id = conn_id, .client_if = gatt_if, .remote_bda = address, .transport = GATT_TRANSPORT_LE, .transport = BT_TRANSPORT_LE, .mtu = 240, }; Loading system/bta/gatt/bta_gattc_utils.cc +1 −1 Original line number Diff line number Diff line Loading @@ -260,7 +260,7 @@ void bta_gattc_clcb_dealloc(tBTA_GATTC_CLCB* p_clcb) { * p_q_cmd. */ p_clcb->bta_conn_id = 0; p_clcb->bda = {}; p_clcb->transport = 0; p_clcb->transport = BT_TRANSPORT_AUTO; p_clcb->p_rcb = NULL; p_clcb->p_srcb = NULL; p_clcb->request_during_discovery = 0; Loading system/bta/has/has_client_test.cc +2 −1 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ #include "mock_csis_client.h" #include "stack/include/bt_uuid16.h" #include "test/common/mock_functions.h" #include "types/bt_transport.h" bool gatt_profile_get_eatt_support(const RawAddress& addr) { return true; } void osi_property_set_bool(const char* key, bool value); Loading Loading @@ -788,7 +789,7 @@ protected: .conn_id = conn_id, .client_if = gatt_if, .remote_bda = address, .transport = GATT_TRANSPORT_LE, .transport = BT_TRANSPORT_LE, .mtu = 240, }; Loading system/bta/le_audio/le_audio_client_test.cc +1 −1 Original line number Diff line number Diff line Loading @@ -453,7 +453,7 @@ protected: .conn_id = conn_id, .client_if = gatt_if, .remote_bda = address, .transport = GATT_TRANSPORT_LE, .transport = BT_TRANSPORT_LE, .mtu = 240, }; Loading system/bta/vc/vc_test.cc +1 −1 Original line number Diff line number Diff line Loading @@ -435,7 +435,7 @@ protected: .conn_id = conn_id, .client_if = gatt_if, .remote_bda = address, .transport = GATT_TRANSPORT_LE, .transport = BT_TRANSPORT_LE, .mtu = 240, }; Loading Loading
system/bta/csis/csis_client_test.cc +1 −1 Original line number Diff line number Diff line Loading @@ -504,7 +504,7 @@ protected: .conn_id = conn_id, .client_if = gatt_if, .remote_bda = address, .transport = GATT_TRANSPORT_LE, .transport = BT_TRANSPORT_LE, .mtu = 240, }; Loading
system/bta/gatt/bta_gattc_utils.cc +1 −1 Original line number Diff line number Diff line Loading @@ -260,7 +260,7 @@ void bta_gattc_clcb_dealloc(tBTA_GATTC_CLCB* p_clcb) { * p_q_cmd. */ p_clcb->bta_conn_id = 0; p_clcb->bda = {}; p_clcb->transport = 0; p_clcb->transport = BT_TRANSPORT_AUTO; p_clcb->p_rcb = NULL; p_clcb->p_srcb = NULL; p_clcb->request_during_discovery = 0; Loading
system/bta/has/has_client_test.cc +2 −1 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ #include "mock_csis_client.h" #include "stack/include/bt_uuid16.h" #include "test/common/mock_functions.h" #include "types/bt_transport.h" bool gatt_profile_get_eatt_support(const RawAddress& addr) { return true; } void osi_property_set_bool(const char* key, bool value); Loading Loading @@ -788,7 +789,7 @@ protected: .conn_id = conn_id, .client_if = gatt_if, .remote_bda = address, .transport = GATT_TRANSPORT_LE, .transport = BT_TRANSPORT_LE, .mtu = 240, }; Loading
system/bta/le_audio/le_audio_client_test.cc +1 −1 Original line number Diff line number Diff line Loading @@ -453,7 +453,7 @@ protected: .conn_id = conn_id, .client_if = gatt_if, .remote_bda = address, .transport = GATT_TRANSPORT_LE, .transport = BT_TRANSPORT_LE, .mtu = 240, }; Loading
system/bta/vc/vc_test.cc +1 −1 Original line number Diff line number Diff line Loading @@ -435,7 +435,7 @@ protected: .conn_id = conn_id, .client_if = gatt_if, .remote_bda = address, .transport = GATT_TRANSPORT_LE, .transport = BT_TRANSPORT_LE, .mtu = 240, }; Loading