Loading system/gd/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -120,6 +120,7 @@ cc_defaults { "android.hardware.bluetooth-V1-ndk", "android.hardware.bluetooth.ranging-V2-ndk", "android.hardware.bluetooth.socket-V1-ndk", "android.hardware.contexthub-V4-ndk", ], }, }, Loading system/gd/hal/socket_hal_android.cc +2 −2 Original line number Diff line number Diff line Loading @@ -185,8 +185,8 @@ protected: .socketId = static_cast<int64_t>(context.socket_id), .name = context.name, .aclConnectionHandle = context.acl_connection_handle, .hubId = static_cast<int64_t>(context.endpoint_info.hub_id), .endpointId = static_cast<int64_t>(context.endpoint_info.endpoint_id), .endpointId.id = static_cast<int64_t>(context.endpoint_info.endpoint_id), .endpointId.hubId = static_cast<int64_t>(context.endpoint_info.hub_id), }; if (std::holds_alternative<hal::LeCocChannelInfo>(context.channel_info)) { auto& le_coc_context = std::get<hal::LeCocChannelInfo>(context.channel_info); Loading Loading
system/gd/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -120,6 +120,7 @@ cc_defaults { "android.hardware.bluetooth-V1-ndk", "android.hardware.bluetooth.ranging-V2-ndk", "android.hardware.bluetooth.socket-V1-ndk", "android.hardware.contexthub-V4-ndk", ], }, }, Loading
system/gd/hal/socket_hal_android.cc +2 −2 Original line number Diff line number Diff line Loading @@ -185,8 +185,8 @@ protected: .socketId = static_cast<int64_t>(context.socket_id), .name = context.name, .aclConnectionHandle = context.acl_connection_handle, .hubId = static_cast<int64_t>(context.endpoint_info.hub_id), .endpointId = static_cast<int64_t>(context.endpoint_info.endpoint_id), .endpointId.id = static_cast<int64_t>(context.endpoint_info.endpoint_id), .endpointId.hubId = static_cast<int64_t>(context.endpoint_info.hub_id), }; if (std::holds_alternative<hal::LeCocChannelInfo>(context.channel_info)) { auto& le_coc_context = std::get<hal::LeCocChannelInfo>(context.channel_info); Loading