Loading bluetooth/socket/aidl/Android.bp +6 −0 Original line number Diff line number Diff line Loading @@ -26,8 +26,14 @@ aidl_interface { vendor_available: true, host_supported: true, srcs: ["android/hardware/bluetooth/socket/*.aidl"], imports: [ "android.hardware.contexthub-V4", ], stability: "vintf", backend: { java: { enabled: false, }, ndk: { apex_available: [ "//apex_available:platform", Loading bluetooth/socket/aidl/aidl_api/android.hardware.bluetooth.socket/current/android/hardware/bluetooth/socket/SocketContext.aidl +1 −2 Original line number Diff line number Diff line Loading @@ -38,6 +38,5 @@ parcelable SocketContext { String name; int aclConnectionHandle; android.hardware.bluetooth.socket.ChannelInfo channelInfo; long hubId; long endpointId; android.hardware.contexthub.EndpointId endpointId; } bluetooth/socket/aidl/android/hardware/bluetooth/socket/SocketContext.aidl +3 −7 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ package android.hardware.bluetooth.socket; import android.hardware.bluetooth.socket.ChannelInfo; import android.hardware.contexthub.EndpointId; /** * Socket context. Loading Loading @@ -48,12 +49,7 @@ parcelable SocketContext { ChannelInfo channelInfo; /** * The ID of the Hub to which the end point belongs for hardware offload data path. * Unique identifier for an endpoint at the hardware offload data path. */ long hubId; /** * The ID of the Hub endpoint for hardware offload data path. */ long endpointId; EndpointId endpointId; } bluetooth/socket/aidl/default/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ cc_fuzz { ], static_libs: [ "android.hardware.bluetooth.socket-V1-ndk", "android.hardware.contexthub-V4-ndk", "liblog", ], fuzz_config: { Loading bluetooth/socket/aidl/vts/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ cc_test { ], static_libs: [ "android.hardware.bluetooth.socket-V1-ndk", "android.hardware.contexthub-V4-ndk", "libbluetooth-types", ], test_suites: [ Loading Loading
bluetooth/socket/aidl/Android.bp +6 −0 Original line number Diff line number Diff line Loading @@ -26,8 +26,14 @@ aidl_interface { vendor_available: true, host_supported: true, srcs: ["android/hardware/bluetooth/socket/*.aidl"], imports: [ "android.hardware.contexthub-V4", ], stability: "vintf", backend: { java: { enabled: false, }, ndk: { apex_available: [ "//apex_available:platform", Loading
bluetooth/socket/aidl/aidl_api/android.hardware.bluetooth.socket/current/android/hardware/bluetooth/socket/SocketContext.aidl +1 −2 Original line number Diff line number Diff line Loading @@ -38,6 +38,5 @@ parcelable SocketContext { String name; int aclConnectionHandle; android.hardware.bluetooth.socket.ChannelInfo channelInfo; long hubId; long endpointId; android.hardware.contexthub.EndpointId endpointId; }
bluetooth/socket/aidl/android/hardware/bluetooth/socket/SocketContext.aidl +3 −7 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ package android.hardware.bluetooth.socket; import android.hardware.bluetooth.socket.ChannelInfo; import android.hardware.contexthub.EndpointId; /** * Socket context. Loading Loading @@ -48,12 +49,7 @@ parcelable SocketContext { ChannelInfo channelInfo; /** * The ID of the Hub to which the end point belongs for hardware offload data path. * Unique identifier for an endpoint at the hardware offload data path. */ long hubId; /** * The ID of the Hub endpoint for hardware offload data path. */ long endpointId; EndpointId endpointId; }
bluetooth/socket/aidl/default/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ cc_fuzz { ], static_libs: [ "android.hardware.bluetooth.socket-V1-ndk", "android.hardware.contexthub-V4-ndk", "liblog", ], fuzz_config: { Loading
bluetooth/socket/aidl/vts/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ cc_test { ], static_libs: [ "android.hardware.bluetooth.socket-V1-ndk", "android.hardware.contexthub-V4-ndk", "libbluetooth-types", ], test_suites: [ Loading